Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Changeset 478:b657298222d9

Show
Ignore:
Timestamp:
08/05/08 02:08:00 (5 months ago)
Author:
Christian Kamm <kamm incasoftware de>
branch:
default
Message:

Update readme.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • readme.txt

    r262 r478  
    11LLVM D Compiler (LLVMDC) 
    22 
    3 This compiler is based on the Digital Mars D (DMD)[1] compiler frontend, and 
    4 the LLVM[2] compiler toolkit. It is licensed under the same licence as the DMD 
    5 compiler frontend. See dmd/readme.txt for more details. 
     3This compiler is based on the Digital Mars D (DMD) compiler frontend, and 
     4the LLVM compiler toolkit. See LICENSE for licensing information. 
    65 
    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 
    9 Makefile, then just type 'make'. 
     6For more information, including build instructions, visit the LLVMDC website: 
    107 
    11 You need the latest stable LLVM. See the LLVM website. 
    12  
    13 For more information visit the LLVMDC website: 
    148http://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 
Copyright © 2008, LDC Development Team.