[svn:parrot] r40670 - trunk
moritz at svn.parrot.org
moritz at svn.parrot.org
Thu Aug 20 08:14:35 UTC 2009
Author: moritz
Date: Thu Aug 20 08:14:34 2009
New Revision: 40670
URL: https://trac.parrot.org/parrot/changeset/40670
Log:
[README] mention install-dev
Modified:
trunk/README
Modified: trunk/README
==============================================================================
--- trunk/README Thu Aug 20 05:37:26 2009 (r40669)
+++ trunk/README Thu Aug 20 08:14:34 2009 (r40670)
@@ -85,6 +85,13 @@
But please note that dynamic libs will not be found for non-standard
locations unless you set LD_LIBRARY_PATH or similar.
+If you want to build high level languages on top of Parrot, you should
+also run
+
+ make install-dev
+
+to install development files which compilers need in their build process.
+
Look at docs/parrot.pod and docs/intro.pod for where to go from here. If you
have any problems, see the section "How To Submit A Bug Report" in
docs/submissions.pod. These documents are in POD format. You can view these
More information about the parrot-commits
mailing list