Add CI status link and made naming more consistent

This commit is contained in:
Hackerpilot 2015-09-18 11:51:49 -07:00
parent 280c8a53f2
commit 80d358d8ca
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Overview # D-Scanner [![CI status](https://travis-ci.org/Hackerpilot/Dscanner.svg?branch=master)](https://travis-ci.org/Hackerpilot/Dscanner/)
DScanner is a tool for analyzing D source code D-Scanner is a tool for analyzing D source code
### Building and installing ### Building and installing
First make sure that you have all the source code. Run ```git submodule update --init --recursive``` First make sure that you have all the source code. Run ```git submodule update --init --recursive```
after cloning the project. after cloning the project.
To build DScanner, run ```make``` (or the build.bat file on Windows). To build D-Scanner, run ```make``` (or the build.bat file on Windows).
The build time can be rather long with the -inline flag on front-end versions The build time can be rather long with the -inline flag on front-end versions
older than 2.066, so you may wish to remove it from the build script. The older than 2.066, so you may wish to remove it from the build script. The
makefile has "ldc" and "gdc" targets if you'd prefer to compile with one of these makefile has "ldc" and "gdc" targets if you'd prefer to compile with one of these