diff -r b826f13c260e -r 7a11f9e9e703 README.build --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.build Thu Sep 08 20:25:00 2011 +0200 @@ -0,0 +1,40 @@ + +Compile/Build +============= + +1) Compiling under Linux +------------------------ +$ ./configure +$ make + + +2) Cross-Compiling under Linux, for Windows +------------------------------------------- +$ ./configure --host=i586-pc-mingw32 +$ make + + + + + +Maintaining the Build Environment +================================= +-> Add new files to Makefile.am or add a new makefile +$ autoreconf + + +-> Prepare clean project +$ make distclean + + + +-> Remember to add these files to your .hgignore + Makefile + config.* + *.a + .deps + + +-> Send me TODO list to complete build system. + matteo.facchinetti@sirius-es.it +