Some more comments on how to build, and correcting name of README.build file.
authorMario de Sousa <msousa@fe.up.pt>
Fri, 19 Aug 2011 21:53:11 +0100
changeset 357 8a6a69dd23ce
parent 356 9b23cdca0bae
child 358 a2c4af8f0c18
Some more comments on how to build, and correcting name of README.build file.
README.build
REDME.build
lib/ieclib.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.build	Fri Aug 19 21:53:11 2011 +0100
@@ -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
+
--- a/REDME.build	Fri Aug 19 20:57:49 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-
--> Add new files to Makefile.am or add a new makefile
-$ autoreconf
-
-
--> Prepare clean project
-$ make distclean
-
-
--> Build 
-$ ./configure
-$ make
-
-
-
-
-
-
-- 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
-
--- a/lib/ieclib.txt	Fri Aug 19 20:57:49 2011 +0100
+++ b/lib/ieclib.txt	Fri Aug 19 21:53:11 2011 +0100
@@ -26,7 +26,7 @@
 (* FINAL DRAFT - IEC 61131-3, 2nd Ed. (2001-12-10) *)
 
 (* The standard functions *)
-{#include "standard_functions.txt" }
+(*{#include "standard_functions.txt" }*)
 
 (* The standard function blocks *)
 {#include "edge_detection.txt" }