|
Revision 874:2ddee23bd70e, 0.7 kB
(checked in by Christian Kamm <kamm incasoftware de>, 3 years ago)
|
Get rid of ex-Tango patch. (merged into Tango)
Adjust README and CMakeLists.
|
| Line | |
|---|
| 1 |
This should help get the runtime built. |
|---|
| 2 |
FOR D1: |
|---|
| 3 |
======= |
|---|
| 4 |
1) Do a checkout of tango trunk into the ldc root dir (along dmd, gen, runtime etc). |
|---|
| 5 |
|
|---|
| 6 |
* $ ls |
|---|
| 7 |
* dmd dmd2 gen ir ... |
|---|
| 8 |
* $ svn co http://svn.dsource.org/projects/tango/trunk tango |
|---|
| 9 |
|
|---|
| 10 |
2) Compile the runtime |
|---|
| 11 |
|
|---|
| 12 |
* sh build.sh |
|---|
| 13 |
|
|---|
| 14 |
FOR D2: |
|---|
| 15 |
======= |
|---|
| 16 |
Highly experimental!!! |
|---|
| 17 |
|
|---|
| 18 |
1) Do a checkout of druntime trunk into the ldc root dir (along dmd, gen, runtime etc). |
|---|
| 19 |
|
|---|
| 20 |
* $ ls |
|---|
| 21 |
* dmd dmd2 gen ir ... |
|---|
| 22 |
* $ svn co http://svn.dsource.org/projects/druntime/trunk druntime |
|---|
| 23 |
|
|---|
| 24 |
2) Patch druntime |
|---|
| 25 |
|
|---|
| 26 |
* cd runtime |
|---|
| 27 |
* sh patch-druntime.sh |
|---|
| 28 |
|
|---|
| 29 |
3) Compile druntime |
|---|
| 30 |
|
|---|
| 31 |
* cd ../druntime/src |
|---|
| 32 |
* sh build-ldc.sh |
|---|
| 33 |
|
|---|
| 34 |
======= |
|---|
| 35 |
Enjoy! |
|---|