comparison readme.txt @ 262:88252a1af660 trunk

[svn r280] Fixed a bunch of issues with switch statements. Ended up a bit far reaching...
author lindquist
date Sat, 14 Jun 2008 05:13:49 +0200
parents 48bebfd701a5
children b657298222d9
comparison
equal deleted inserted replaced
261:5723b7385c25 262:88252a1af660
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.2. Get it from the LLVM website. 11 You need the latest stable LLVM. See the LLVM website.
12 12
13 For more information visit the website: 13 For more information visit the LLVMDC website:
14 http://www.dsource.org/projects/llvmdc 14 http://www.dsource.org/projects/llvmdc
15 15
16 [1] http://www.digitalmars.com/d 16 [1] http://www.digitalmars.com/d
17 [2] http://www.llvm.org 17 [2] http://www.llvm.org
18 [3] http://premake.sourceforge.net 18 [3] http://premake.sourceforge.net