Change directions for editor plugins

This commit is contained in:
Hackerpilot 2015-08-04 17:21:14 -07:00
parent 18dae6039c
commit 0c4b75f0c7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ issue.
1. Install a recent D compiler. DCD is tested with 2.066 and LDC 0.14.0.
1. Run ```git submodule update --init``` after cloning this repository to grab the MessagePack and Datapacked libraries and the parser from DScanner.
1. Run ```make``` to build the client and server. (Or run build.bat on Windows). ```make ldc``` and ```make gdc``` will use the LDC or GDC compilers. The resulting executable will be much faster.
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 [wiki](https://github.com/Hackerpilot/DCD/wiki/IDEs-and-Editors-with-DCD-support) for information on configuring your specific editor.
1. Start the dcd-server program before editing code. (Unless, of course, your editor's plugin handles this for you)
### OS X w/ Homebrew