Skip to content

Commit

Permalink
consider gdc in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten Heinze committed May 11, 2013
1 parent a5752d6 commit 0016cba
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions INSTALL
@@ -1,16 +1,20 @@
Please make sure you have installed the
D2 compiler dmd by Digital Mars (>= v2.060).
Please make sure you have installed a D2 compiler:

* dmd-2.060 or above, see http://digitalmars.com
* gdc, requires gcc-4.7 or above, see http://gdcproject.org

Now follow these steps to build pird:

$ cd build

$ cmake ..

(add -DCMAKE_BUILD_TYPE=Debug for debug mode)

(add -DCMAKE_D_COMPILER=/path/to/compiler for specific compiler)
$ make

To build DEB and RPM packages make the correspondent target:

$ make packages

To build pird executable only:

$ make pird

0 comments on commit 0016cba

Please sign in to comment.