README.build
author Mario de Sousa <msousa@fe.up.pt>
Sat, 14 Apr 2012 15:19:17 +0100
changeset 504 f8d422b98315
parent 357 8a6a69dd23ce
child 901 6a3964be6a29
permissions -rw-r--r--
Fix bug by expanding permissible data input of search_var_instance_decl_c
(this will also prepare us for removing search_varfb_instance_type_c in the future)

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