fix readme.md

This commit is contained in:
Takayuki Tanabe 2020-08-24 12:07:38 +09:00
parent a9686d6ecf
commit 906f8a74aa

View file

@ -103,7 +103,7 @@ We use [`cmake`](https://cmake.org)<sup>1</sup> as the build system:
``` ```
> mkdir -p out/release > mkdir -p out/release
> cd out/release > cd out/release
> cmake ../.. > cmake -DCMAKE_BUILD_TYPE=Release ../..
> make > make
``` ```
This builds the library as a shared (dynamic) This builds the library as a shared (dynamic)