From 97ccfc310f14f9d2233becec905c977dba9ba12a Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sun, 19 Jan 2014 22:14:00 -0800 Subject: [PATCH] Update README.md Fix #86 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a791cc9..058a0a1 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ back to the client. * That one feature that you *REALLY* needed #Setup +1. Install a recent D compiler. DCD is only tested with DMD 2.064.2 1. Run ```git submodule update --init``` after cloning this repository to grab the MessagePack and Datapacked libraries and the parser from DScanner. 1. run the ```build.sh``` script to build the client and server. (Or build.bat on Windows) 1. Configure your text editor to call the dcd-client program. See the *editors* folder for directions on configuring your specific editor.