Skip to content

Commit

Permalink
Readme: building with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed May 22, 2016
1 parent bc52b32 commit ff43350
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ Building
* Install dependencies. For installing NTL you can use provided scripts `install-ntl.sh` or `install-ntl-cached.sh`
* Use cmake to build
```bash
cmake .
mkdir build-debug
cd build-debug
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
```

Expand Down

0 comments on commit ff43350

Please sign in to comment.