[Synopsis-changes] Synopsis/Synopsis README,1.17,1.18
Stefan Seefeld stefan at synopsis.fresco.orgFri Dec 12 14:56:00 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/doc/Tutorial/examples/Paths Makefile,1.1,1.2
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/dist/command build_doc.py,1.10,1.11 build_syn_ext.py,1.6,1.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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'
- Previous message: [Synopsis-changes] Synopsis/Synopsis/doc/Tutorial/examples/Paths Makefile,1.1,1.2
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/dist/command build_doc.py,1.10,1.11 build_syn_ext.py,1.6,1.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list