From 6a7f712560de82b0ae6bfdafed82575d4984536f Mon Sep 17 00:00:00 2001 From: greenrd Date: Sun, 12 Sep 2010 15:47:30 +0100 Subject: [PATCH] Add README explaining how to compile it --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..3ac36bf --- /dev/null +++ b/README @@ -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.