Skip to content

Commit

Permalink
Merge pull request #51 from marek22k/docs-building
Browse files Browse the repository at this point in the history
README: Add text how to build for release
  • Loading branch information
chipot authored Dec 23, 2023
2 parents c642154 + 2a98759 commit 63e17f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ The following options can be tweaked:
- `BUILD_TESTING`: Enable building of the regress tests;
- `BUILD_SHARED_LIBS`: Build shared libraries instead of static ones.

If you want to build it for a release, additionally use `-DCMAKE_BUILD_TYPE=Release` as cmake argument.

#### Other languages bindings

We currently provide wrappers for two other languages: C++ and Python,
Expand Down

0 comments on commit 63e17f6

Please sign in to comment.