Skip to content

Commit 45648c6

Browse files
describe android build in readme
Co-authored-by: BenjaminAmos <24301287+BenjaminAmos@users.noreply.github.com>
1 parent beeb5f8 commit 45648c6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,13 @@
22
A family of libraries providing a variety of core capabilities for use by games and game engines.
33

44
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

Comments
 (0)