What's build.py for
This commit is contained in:
parent
6e744d228f
commit
767b15184f
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ Sometimes I use the generated project files. There are a couple of CMake options
|
||||||
| `ENABLE_IO_THREAD` | `ON` | When enabled, we start up a thread to do io processing, if disabled you should call `Discord_UpdateConnection` yourself.
|
| `ENABLE_IO_THREAD` | `ON` | When enabled, we start up a thread to do io processing, if disabled you should call `Discord_UpdateConnection` yourself.
|
||||||
| `BUILD_DYNAMIC_LIB` | `OFF` | Build library as a DLL
|
| `BUILD_DYNAMIC_LIB` | `OFF` | Build library as a DLL
|
||||||
|
|
||||||
|
You can also try the `build.py` script for an easy compile for whatever OS you are on.
|
||||||
|
|
||||||
## Sample: send-presence
|
## Sample: send-presence
|
||||||
|
|
||||||
This is a text adventure "game" that inits/deinits the connection to Discord, and sends a presence
|
This is a text adventure "game" that inits/deinits the connection to Discord, and sends a presence
|
||||||
|
|
Loading…
Reference in a new issue