Skip to content

Commit

Permalink
Fixed table
Browse files Browse the repository at this point in the history
  • Loading branch information
valvy authored Oct 11, 2019
1 parent b35dc84 commit 14cfd4e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ For the Java wrapper you need:


When done create a new build folder and let Cmake unpack everything there. MiniQbt comes with the following options:

| Build Option | Effect |
| --- | --- |
| --- | --- |
| ENABLE_EMSCRIPTEN | Instead of compiling to native code, use Webassembly (Requires emc++ ) |
| ENABLE_TESTS | Execute Unit tests |
| ENABLE_JAVA | Build the Java wrapper |
| ENABLE_PYTHON | Build the Python Wrapper |
| ENABLE_JAVA | Build the Java wrapper |
| ENABLE_PYTHON | Build the Python Wrapper |

## Library usage
### C++ Sample code
Expand Down

0 comments on commit 14cfd4e

Please sign in to comment.