dlang-workspace
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Simple scripts for working with the D Programming Language.
`dlang-workspace` contains the basic configurations for hacking on your own
fork of `dmd`, `druntime`, and `phobos` on nix systems, while not conflicting
with your installed stable version.

To install:
    
    $ git clone git://github.com/carlor/dlang-workspace.git dlang
    $ cd dlang/
    $ git clone 
    $ git clone 
    $ git clone 

Now, you can run this to build all repositories:
    
    $ bash posix/gen.sh [clean] [item]

You can specify what item specifically to build (`dmd`, `phobos`, or `druntime`)
as a command-line parameter, or ask it to clean instead of build.

It makes an executable which links to your fork of druntime/phobos called `wbd`.
You guess the acronym (hint: MRI).

Everything applicable is released under the GPLv3.

Platform Support
----------------
This has been tested on OSX, Debian, and Ubuntu, and works without a standard
install of the D system.

It doesn't work on Windows; pull requests to add support for that, or anything
else, are appreciated.

Thank Yous
----------
Thanks to Russel Winder for adding the clean command!

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。