Add README explaining how to compile it

This commit is contained in:
greenrd 2010-09-12 15:47:30 +01:00
parent 4cbc5ba891
commit 6a7f712560
1 changed files with 9 additions and 0 deletions

9
README Normal file
View File

@ -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.