Skip to content

Commit

Permalink
Add README explaining how to compile it
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrd committed Sep 12, 2010
1 parent 4cbc5ba commit 6a7f712
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This project is written to use the Phobos standard library for D,
so it must be compiled with a compiler which supports Phobos, such
as GDC.

To compile it using GDC:

gdc *.d -o wp2git

which generates an executable called wp2git.

0 comments on commit 6a7f712

Please sign in to comment.