diff --git a/INSTALL b/INSTALL index a91268f..10378d7 100644 --- a/INSTALL +++ b/INSTALL @@ -14,6 +14,15 @@ things that can be used by other programs that actually perform the building. I recommend that you use Ninja for building if you are compiling regularly, but these instructions will use Make to avoid the need for an extra dependency. +When checking out the code make sure you check out git submodules as well +either by using + + $ git checkout --recursive + +or by getting submodules after checkout using + + $ git submodule update --init + After checking out the code, build as follows: $ mkdir Build