10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
|
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.
|