Merge pull request #39 from potomak/patch-1

Add step to initialize and fetch submodules
This commit is contained in:
ksherlock 2022-10-08 17:52:07 -04:00 committed by GitHub
commit 8c911ab83d
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+.