# HG changeset patch # User Christian Kamm # Date 1217916480 -7200 # Node ID b657298222d9a6307eced04059d6fec4f0b3e9b7 # Parent 253f234eb80cfb9ac58a1c0d550c4c36e3e5c1a9 Update readme. diff -r 253f234eb80c -r b657298222d9 readme.txt --- a/readme.txt Mon Aug 04 21:34:53 2008 +0200 +++ b/readme.txt Tue Aug 05 08:08:00 2008 +0200 @@ -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. - -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'. +This compiler is based on the Digital Mars D (DMD) compiler frontend, and +the LLVM compiler toolkit. See LICENSE for licensing information. -You need the latest stable LLVM. See the LLVM website. +For more information, including build instructions, visit the LLVMDC 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