mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 21:30:14 +03:00
Add reminder to update submodules
This commit is contained in:
parent
e6e335cfc9
commit
005c5cbd08
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
DScanner is a tool for analyzing D source code
|
||||
|
||||
### Building and installing
|
||||
First make sure that you have all the source code. Run ```git submodule update --init --recursive```
|
||||
after cloning the project.
|
||||
|
||||
To build DScanner, run ```make``` (or the build.bat file on Windows).
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue