mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-23 04:21:50 +01:00
Removed tango from the repository and instead added a runtime dir with the files needed to patch and build tango from svn.
Reworked the LLVMDC specific pragmas.
This commit is contained in:
11
runtime/README
Normal file
11
runtime/README
Normal file
@@ -0,0 +1,11 @@
|
||||
1) Do a checkout of tango trunk in the llvmdc root dir (along dmd, gen, runtime etc).
|
||||
|
||||
* svn co http://svn.dsource.org/projects/tango/trunk ../tango
|
||||
|
||||
2) Patch the runtime
|
||||
|
||||
* sh patch-tango.sh
|
||||
|
||||
3) Compile the runtime
|
||||
|
||||
* sh build.sh
|
||||
Reference in New Issue
Block a user