Skip to content

Commit

Permalink
Add info about Dub to the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Mar 15, 2014
1 parent d5bf553 commit 67d9008
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.markdown
Expand Up @@ -13,6 +13,8 @@ Arch packages are available in [community] repository (thanks to Михаил С

[https://www.archlinux.org/packages/?q=dstep](https://www.archlinux.org/packages/?q=dstep)

Alternatively install via [Dub](http://code.dlang.org/download)

## License

The source code is available under the [Boost Software License 1.0](http://www.boost.org/LICENSE_1_0.txt)
Expand All @@ -32,7 +34,7 @@ The source code is available under the [Boost Software License 1.0](http://www.b

$ git clone --recursive git://github.com/jacob-carlborg/dstep.git

3. run `./build.sh`
3. run `dub build`

## Usage

Expand Down Expand Up @@ -74,12 +76,7 @@ Alternatively compile libclang yourself:
$ ./configure --enable-optimized
$ cp Release+Asserts/lib/libclang.<dylib|so> <path/to/dstep>

### Tango

$ git clone https://github.com/SiegeLord/Tango-D2
$ cd Tango-D2
$ ./build/script/bob.rb -r dmd -c dmd .
$ cp libtango.a <path/to/dstep>
### [Dub](http://code.dlang.org/download)

## Limitations/Known issues

Expand Down

0 comments on commit 67d9008

Please sign in to comment.