use submodules

This commit is contained in:
Daniel Sipka 2015-05-05 09:07:20 +02:00
parent d07260fbf8
commit e122db3d14

View File

@ -217,6 +217,15 @@ included in the repository. [Boost.Program_Options](http://www.boost.org/libs/pr
[Boost.Spirit](http://www.boost.org/libs/spirit), and [The Boost Algorithm Library](http://www.boost.org/libs/algorithm) [Boost.Spirit](http://www.boost.org/libs/spirit), and [The Boost Algorithm Library](http://www.boost.org/libs/algorithm)
are also required to build them. are also required to build them.
Don't forget to initialize submodules:
```bash
$ git submodule init
$ git submodule update
```
To build and run the unit tests:
```bash ```bash
$ mkdir build $ mkdir build
$ cd build $ cd build