We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beeb5f8 commit 45648c6Copy full SHA for 45648c6
README.md
@@ -2,3 +2,13 @@
2
A family of libraries providing a variety of core capabilities for use by games and game engines.
3
4
For documentations and usage examples, see https://github.com/MovingBlocks/gestalt/wiki
5
+
6
+## Development
7
+To build locally, use `gradlew jar`.
8
+### Android Set-Up (optional)
9
+To build `gestalt-android`, you will need to:
10
+* Download the Android SDK and use the `sdkmanager` tool to install the API 30 build tools.
11
+* Create a `local.properties` file in the repository root containing:
12
+`sdk.dir=<SDK_ROOT>`,
13
+where <SDK_ROOT> is the directory in which you installed the Android SDK.
14
0 commit comments