Add step to initialize and fetch submodules

This commit is contained in:
Giovanni Cappellotto 2022-10-08 10:19:16 -04:00 committed by GitHub
parent 67253a69e5
commit b6b0abefbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ is in the public domain.
## Building
First initialize and fetch submodules:
git submodule init
git submodule update
Compiling requires cmake, ragel, lemon, and a recent version of clang++ with
c++11 support. It has only been built and tested with OS X 10.8+.