[pure-lang-svn] SF.net SVN: pure-lang: [207] pure/trunk/INSTALL
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-06-13 11:06:58
|
Revision: 207 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=207&view=rev Author: agraef Date: 2008-06-13 04:07:04 -0700 (Fri, 13 Jun 2008) Log Message: ----------- Update installation instructions. Modified Paths: -------------- pure/trunk/INSTALL Modified: pure/trunk/INSTALL =================================================================== --- pure/trunk/INSTALL 2008-06-13 10:47:29 UTC (rev 206) +++ pure/trunk/INSTALL 2008-06-13 11:07:04 UTC (rev 207) @@ -61,13 +61,13 @@ IMPORTANT: On x86-64 systems you also have to add --enable-pic. See the comments on 64 bit support in the SYSTEM NOTES section below. -Also note the configure flags; these are for an optimized (non-debug) build -and disable all compilation targets but the one for your system. You might -wish to omit the --enable-targets=host-only if you want to use other LLVM -applications offering cross-compilation capabilities. To do a debug build of -LLVM, simply leave away all the extra configure parameters (except possibly ---enable-targets=host-only). Note, however, that this will have an impact on -the speed of the Pure compiler. +Note that the configure flags are for an optimized (non-debug) build and +disable all compilation targets but the one for your system. You might wish to +omit --enable-targets=host-only if you want to enable cross-compilation (this +isn't supported by Pure right now, but other LLVM applications offer such +capabilities). To do a debug build of LLVM, simply leave away all the extra +configure parameters (except possibly --enable-targets=host-only). Note, +however, that this will have an impact on the speed of the Pure compiler. STEP 4. Get and unpack the Pure sources at: http://pure-lang.sf.net/ @@ -193,6 +193,13 @@ $ make install DESTDIR=tmp-root +Beginning with version 0.4, Pure fully supports parallel installations of +different versions of the interpreter without any further ado. To these ends, +bin/pure, lib/libpure.so, lib/pure and man/man1/pure.1 are actually symbolic +links to the current version (bin/pure-x.y, lib/libpure-x.y.so etc., where x.y +is the version number). If you install a new version of the interpreter, the +old version remains available as pure-x.y. + SEPARATE BUILD DIRECTORY -------- ----- --------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |