comparison readme.txt @ 478:b657298222d9

Update readme.
author Christian Kamm <kamm incasoftware de>
date Tue, 05 Aug 2008 08:08:00 +0200
parents 88252a1af660
children 6aaa3d3c1183
comparison
equal deleted inserted replaced
477:253f234eb80c 478:b657298222d9
1 LLVM D Compiler (LLVMDC) 1 LLVM D Compiler (LLVMDC)
2 2
3 This compiler is based on the Digital Mars D (DMD)[1] compiler frontend, and 3 This compiler is based on the Digital Mars D (DMD) compiler frontend, and
4 the LLVM[2] compiler toolkit. It is licensed under the same licence as the DMD 4 the LLVM compiler toolkit. See LICENSE for licensing information.
5 compiler frontend. See dmd/readme.txt for more details.
6 5
7 premake[3] is used to generate a makefile so the project can be built. So far 6 For more information, including build instructions, visit the LLVMDC website:
8 only Linux is tested so use the command: 'premake --target gnu' to generate a
9 Makefile, then just type 'make'.
10 7
11 You need the latest stable LLVM. See the LLVM website.
12
13 For more information visit the LLVMDC website:
14 http://www.dsource.org/projects/llvmdc 8 http://www.dsource.org/projects/llvmdc
15
16 [1] http://www.digitalmars.com/d
17 [2] http://www.llvm.org
18 [3] http://premake.sourceforge.net