mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-21 09:30:55 +00:00
Merge pull request #39 from potomak/patch-1
Add step to initialize and fetch submodules
This commit is contained in:
commit
8c911ab83d
@ -24,6 +24,11 @@ is in the public domain.
|
|||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
First initialize and fetch submodules:
|
||||||
|
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
|
||||||
Compiling requires cmake, ragel, lemon, and a recent version of clang++ with
|
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+.
|
c++11 support. It has only been built and tested with OS X 10.8+.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user