README.build
author agraeper
Sat, 08 Sep 2012 10:44:04 +0100
changeset 654 7421cb63defa
parent 357 8a6a69dd23ce
child 901 6a3964be6a29
permissions -rw-r--r--
list_c: initial capacity. ERROR_MSG(msg,...) supports optional arguments now.

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