Page 1 of 1

Binary libraries

Posted: Tue Jun 03, 2008 9:59 pm
by milipili
Hi !

I can see a bin directory in the svn (src/tools/) for external libraries. Is there any guidelines to follow about external libraries and developping ?
I try to compile the project under OS X so I prefer to ask first before providing some patch :)

Posted: Tue Jun 03, 2008 11:17 pm
by zuzuf
there is no guideline for libraries ... the files in /src/tools/ are only used by msvc compiler because acording to Cire it's difficult to install everything on it.

Currently, the configure script does all the job looking for libraries and headers. We've also included libraries into the source tree (in /src/ you have several sub dirs), they are built when you call configure, that's all :D