README.build
author Mario de Sousa <msousa@fe.up.pt>
Wed, 01 Feb 2012 19:49:11 +0000
changeset 417 d48f53715f77
parent 357 8a6a69dd23ce
child 901 6a3964be6a29
permissions -rw-r--r--
Re-write of stage3 code (done by Manuele and I), re-write of search_varfb_instance_type_c (done by myself), and several other bug fixes.

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