[Gd-chatter] r10941 - trunk/fundev
cgay at gwydiondylan.org
cgay at gwydiondylan.org
Sun Nov 5 07:03:31 CET 2006
Author: cgay
Date: Sun Nov 5 07:03:29 2006
New Revision: 10941
Modified:
trunk/fundev/README.txt
Log:
job: minor
Made it clearer what directory to put for ./configure --with-mps=...
Removed comment that made it sound impossible to build OD in the IDE.
Modified: trunk/fundev/README.txt
==============================================================================
--- trunk/fundev/README.txt (original)
+++ trunk/fundev/README.txt Sun Nov 5 07:03:29 2006
@@ -49,18 +49,20 @@
./autogen.sh
cd $BUILDDIR
-$SRCDIR/configure --with-mps=/path/to/mps-header-files
+$SRCDIR/configure --with-mps=/path/to/mps-kit [1][2]
# you must call configure with absolute path!
make
-[Ubuntu note: In Ubuntu 6.06 I had to install the XML::Parser module via
- "cpan -i XML::Parser", which blew up because expat.h was not found,
- so first "sudo apt-get install libexpat-dev". --cgay 20061104]
-
-The goal was ultimately to make it possible to build Open Dylan in the
-Open Dylan IDE, but unfortunately we never quite made that happen.
-Some work may need to be done on the "project manager" first, at a
-minimum.
+[1] Note that the directory --with-mps wants here is the one containing the
+ "code" directory. If you downloaded the MPS kit from Ravenbrook this
+ would be, for example, "--with-mps=/path/to/mps-kit-1.106.2".
+
+[2] Ubuntu note: In Ubuntu 6.06 I had to install the XML::Parser module via
+ "cpan -i XML::Parser", which blew up because expat.h was not found, so
+ first "sudo apt-get install libexpat-dev". --cgay 20061104
+
+
+GENERAL BUILD INSTRUCTIONS
If you encounter problems during the build, please refer to the log
files that are written in the 'logs' directory under each bootstrap
More information about the chatter
mailing list