Changeset 478:b657298222d9
- 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
| r262 |
r478 |
|
| 1 | 1 | LLVM D Compiler (LLVMDC) |
|---|
| 2 | 2 | |
|---|
| 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. |
|---|
| | 3 | This compiler is based on the Digital Mars D (DMD) compiler frontend, and |
|---|
| | 4 | the LLVM compiler toolkit. See LICENSE for licensing information. |
|---|
| 6 | 5 | |
|---|
| 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'. |
|---|
| | 6 | For more information, including build instructions, visit the LLVMDC website: |
|---|
| 10 | 7 | |
|---|
| 11 | | You need the latest stable LLVM. See the LLVM website. |
|---|
| 12 | | |
|---|
| 13 | | For more information visit the LLVMDC website: |
|---|
| 14 | 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 |
|---|