README.build
author Manuele Conti <conti.ma@alice.it>
Tue, 28 Aug 2012 22:37:26 +0200
changeset 642 2ca07e3b08d6
parent 357 8a6a69dd23ce
child 901 6a3964be6a29
permissions -rw-r--r--
Replace test bison version without bash regular expression.
Tested on OS X 10.8 - Linux Ubuntu 12.4 - MinGW.

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