Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchedPolygons authored Sep 24, 2020
1 parent d75b687 commit d9da32a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ There are pre-built binaries for every major platform for you to download inside
Oh, you're still here :) You really want to compile it yourself, huh.
Cool.

Look, just execute the following commands and you'll have your CECIES comfortably built and packaged for you automatically into a _.tar.gz_ file that you will find inside the `build/` folder.
Look, just execute the following command and you'll have your CECIES comfortably built and packaged for you automatically into a _.tar.gz_ file that you will find inside the `build/` folder.

```bash
mkdir -p build && cd build
cmake -DBUILD_SHARED_LIBS=On -DUSE_SHARED_MBEDTLS_LIBRARY=Off -Dcecies_BUILD_DLL=On -Dcecies_PACKAGE=On -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release
bash build.sh
```
This works on Windows too: just use the [Git Bash for Windows](https://git-scm.com/download/win) CLI!

### Linking

Expand Down

0 comments on commit d9da32a

Please sign in to comment.