From 767b15184fa6d9b53db0746190b3577ecf32c88e Mon Sep 17 00:00:00 2001 From: Mason Sciotti Date: Tue, 14 Nov 2017 20:40:32 -0800 Subject: [PATCH] What's build.py for --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b67df3..9c5d9bd 100644 --- a/README.md +++ b/README.md @@ -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. | `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 This is a text adventure "game" that inits/deinits the connection to Discord, and sends a presence