From 005c5cbd08788893b8b9ca795bca1f0bcac9b7ca Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 15 Sep 2014 16:03:31 -0700 Subject: [PATCH] Add reminder to update submodules --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f9e2e4c..90137a7 100644 --- a/README.md +++ b/README.md @@ -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