[pure-lang-svn] SF.net SVN: pure-lang: [78] pure/trunk/INSTALL
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-05-13 07:06:56
|
Revision: 78 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=78&view=rev Author: agraef Date: 2008-05-13 00:07:01 -0700 (Tue, 13 May 2008) Log Message: ----------- Update INSTALL info. Modified Paths: -------------- pure/trunk/INSTALL Modified: pure/trunk/INSTALL =================================================================== --- pure/trunk/INSTALL 2008-05-12 08:05:24 UTC (rev 77) +++ pure/trunk/INSTALL 2008-05-13 07:07:01 UTC (rev 78) @@ -57,9 +57,12 @@ $ cd llvm-2.2 $ ./configure -$ make +$ make ENABLE_OPTIMIZED=1 $ sudo make install +(To do a debug build of LLVM, leave away the 'ENABLE_OPTIMIZED=1' parameter. +Note, however, that this will considerably slow down the Pure compiler.) + STEP 4. Get and unpack the Pure sources at: http://pure-lang.sf.net/ The latest release tarballs can always be found on the SourceForge project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |