comparison readme.txt @ 196:48bebfd701a5 trunk

[svn r212] Updated the readme (said llvm 2.1)
author lindquist
date Mon, 12 May 2008 19:10:41 +0200
parents 3d60e549b0c2
children 88252a1af660
comparison
equal deleted inserted replaced
195:8baa9b0138e2 196:48bebfd701a5
6 6
7 premake[3] is used to generate a makefile so the project can be built. So far 7 premake[3] is used to generate a makefile so the project can be built. So far
8 only Linux is tested so use the command: 'premake --target gnu' to generate a 8 only Linux is tested so use the command: 'premake --target gnu' to generate a
9 Makefile, then just type 'make'. 9 Makefile, then just type 'make'.
10 10
11 You need LLVM 2.1 which is not yet released, so LLVM from SVN is required. 11 You need LLVM 2.2. Get it from the LLVM website.
12 Current development has been done against the 20070814 revision, newer will
13 probably work, later probably wont...
14 12
15 Many thing are still not implemented. For more information visit the website: 13 For more information visit the website:
16 http://www.dsource.org/projects/llvmdc 14 http://www.dsource.org/projects/llvmdc
17 15
18 [1] http://www.digitalmars.com/d 16 [1] http://www.digitalmars.com/d
19 [2] http://www.llvm.org 17 [2] http://www.llvm.org
20 [3] http://premake.sourceforge.net 18 [3] http://premake.sourceforge.net