mirror of https://github.com/auygun/kaliber.git
Update readme
This commit is contained in:
parent
79482d1c4d
commit
478bb8ecb1
11
README.md
11
README.md
|
@ -6,9 +6,9 @@ This is a personal hobby project. I've published a little game on
|
|||
[Google Play](https://play.google.com/store/apps/details?id=com.woom.game)
|
||||
based on this engine. Full game code and assets are included in this repository.
|
||||
|
||||
## Pre-requisities:
|
||||
## Pre-requisites:
|
||||
|
||||
This project uses `GN build system` for all platforms except Android
|
||||
This project uses **GN build system** for all platforms except Android
|
||||
(I want to add support for APKs, Java code etc. to the GN configuration and use
|
||||
it for all platforms). \
|
||||
Building GN from source:
|
||||
|
@ -16,9 +16,10 @@ https://gn.googlesource.com/gn/ \
|
|||
Pre-built GN binaries:
|
||||
https://chrome-infra-packages.appspot.com/p/gn/gn/
|
||||
|
||||
`Gradle`, `Android SDK` and `NDK` are required for Android.
|
||||
If you prefer, you can install `Android Studio` which includes all the
|
||||
requirements.
|
||||
Linux is the supported host platform to build Android. **Gradle**,
|
||||
**Android SDK** and **NDK** are required. If you prefer, you can install
|
||||
**Android Studio** which
|
||||
includes all the requirements.
|
||||
|
||||
## Building from the command-line:
|
||||
|
||||
|
|
BIN
kaliber.png
BIN
kaliber.png
Binary file not shown.
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 66 KiB |
Loading…
Reference in New Issue