This fixes everything... Would you believe issue #86?

This commit is contained in:
Hackerpilot 2014-01-19 22:12:25 -08:00
parent 64dab8293a
commit 64f9be0e53
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ back to the client.
* That one feature that you *REALLY* needed * That one feature that you *REALLY* needed
#Setup #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 ```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. 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. 1. Configure your text editor to call the dcd-client program. See the *editors* folder for directions on configuring your specific editor.