[Synopsis-changes] Synopsis/Synopsis README,1.17,1.18

Stefan Seefeld stefan at synopsis.fresco.org
Fri Dec 12 14:56:00 UTC 2003


Update of /cvs/synopsis/Synopsis
In directory frida:/tmp/cvs-serv4040

Modified Files:
	README 
Log Message:
allow the MAKE env variable to override the 'make' executable being used for the build

Index: README
===================================================================
RCS file: /cvs/synopsis/Synopsis/README,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -d -r1.17 -r1.18
--- README	9 Dec 2003 21:26:16 -0000	1.17
+++ README	12 Dec 2003 14:55:58 -0000	1.18
@@ -5,9 +5,13 @@ Building
 --------
 
 * If the sources are checked out from cvs, run './autogen.sh' to generate
-  the configure scripts.
+  the configure scripts. This step requires autoconf to be installed.
+
 * Run 'python setup.py build' to compile everything.
   This will place all files that are going to be installed under build/
+  This step requires GNU make to be installed. If the executable 'make'
+  is not GNU make, you have to set the 'MAKE' environment variable to
+  GNU make.
 
   If you do not want to install, but rather try synopsis out from within the
   source directory, you may consider 'python setup.py build_ext --inplace'





More information about the Synopsis-changes mailing list