From 866360c23b7f45f79a94daa2b099569d1d7cb9d6 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Tue, 5 Aug 2008 08:08:00 +0200 Subject: [PATCH] Update readme. --- readme.txt | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/readme.txt b/readme.txt index 41634900..b6772569 100644 --- a/readme.txt +++ b/readme.txt @@ -1,18 +1,8 @@ LLVM D Compiler (LLVMDC) -This compiler is based on the Digital Mars D (DMD)[1] compiler frontend, and -the LLVM[2] compiler toolkit. It is licensed under the same licence as the DMD -compiler frontend. See dmd/readme.txt for more details. +This compiler is based on the Digital Mars D (DMD) compiler frontend, and +the LLVM compiler toolkit. See LICENSE for licensing information. -premake[3] is used to generate a makefile so the project can be built. So far -only Linux is tested so use the command: 'premake --target gnu' to generate a -Makefile, then just type 'make'. +For more information, including build instructions, visit the LLVMDC website: -You need the latest stable LLVM. See the LLVM website. - -For more information visit the LLVMDC website: http://www.dsource.org/projects/llvmdc - -[1] http://www.digitalmars.com/d -[2] http://www.llvm.org -[3] http://premake.sourceforge.net