Update readme

This commit is contained in:
Attila Uygun 2023-08-04 10:27:13 +02:00
parent 79482d1c4d
commit 478bb8ecb1
2 changed files with 6 additions and 5 deletions

View File

@ -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) [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. 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 (I want to add support for APKs, Java code etc. to the GN configuration and use
it for all platforms). \ it for all platforms). \
Building GN from source: Building GN from source:
@ -16,9 +16,10 @@ https://gn.googlesource.com/gn/ \
Pre-built GN binaries: Pre-built GN binaries:
https://chrome-infra-packages.appspot.com/p/gn/gn/ https://chrome-infra-packages.appspot.com/p/gn/gn/
`Gradle`, `Android SDK` and `NDK` are required for Android. Linux is the supported host platform to build Android. **Gradle**,
If you prefer, you can install `Android Studio` which includes all the **Android SDK** and **NDK** are required. If you prefer, you can install
requirements. **Android Studio** which
includes all the requirements.
## Building from the command-line: ## Building from the command-line:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 66 KiB