[pure-lang-svn] SF.net SVN: pure-lang: [169] pure/trunk
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-06-04 08:09:10
|
Revision: 169 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=169&view=rev Author: agraef Date: 2008-06-04 01:09:18 -0700 (Wed, 04 Jun 2008) Log Message: ----------- Update installation instructions. Modified Paths: -------------- pure/trunk/INSTALL pure/trunk/README Modified: pure/trunk/INSTALL =================================================================== --- pure/trunk/INSTALL 2008-06-04 07:56:24 UTC (rev 168) +++ pure/trunk/INSTALL 2008-06-04 08:09:18 UTC (rev 169) @@ -363,6 +363,6 @@ installed. -May 2008 +June 2008 Albert Graef <Dr.Graef at t-online.de> Eddie Rucker <erucker at bmc.edu> Modified: pure/trunk/README =================================================================== --- pure/trunk/README 2008-06-04 07:56:24 UTC (rev 168) +++ pure/trunk/README 2008-06-04 08:09:18 UTC (rev 169) @@ -27,13 +27,11 @@ INSTALLATION Please see the INSTALL file for detailed instructions. On most Unix-like -systems, the usual 'make && sudo make install' should do the trick. (No -'configure' step necessary.) This requires GNU make and g++. For other setups, -you'll probably have to fiddle with the Makefile and the sources. The sources -should be pretty portable, but the Makefile really needs GNU make right now. -You'll also need LLVM for the compiler backend (version 2.2 has been tested). -For your convenience, instructions for installing LLVM are also included in -the INSTALL file. +systems, the usual './configure && make && sudo make install' should do the +trick. This requires GNU make and g++. For other setups, you'll probably have +to fiddle with the Makefile and the sources. You'll also need LLVM for the +compiler backend (version 2.2 has been tested). For your convenience, +instructions for installing LLVM are also included in the INSTALL file. USING PURE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |