mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-02 12:19:17 -05:00
Updated Working for Android (markdown)
@ -59,7 +59,6 @@ You can build raylib using either **CMake** or **Make**. Follow the steps below
|
|||||||
```
|
```
|
||||||
- Build raylib as a static library:
|
- Build raylib as a static library:
|
||||||
```
|
```
|
||||||
rm -rf Build
|
|
||||||
cmake -B Build \
|
cmake -B Build \
|
||||||
-G <build_system> \
|
-G <build_system> \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
@ -86,7 +85,6 @@ You can build raylib using either **CMake** or **Make**. Follow the steps below
|
|||||||
```
|
```
|
||||||
- Build the library:
|
- Build the library:
|
||||||
```
|
```
|
||||||
make clean
|
|
||||||
make PLATFORM=PLATFORM_ANDROID \
|
make PLATFORM=PLATFORM_ANDROID \
|
||||||
ANDROID_NDK=<path_to_ndk> \
|
ANDROID_NDK=<path_to_ndk> \
|
||||||
ANDROID_API_VERSION=<minimum-api-level> \
|
ANDROID_API_VERSION=<minimum-api-level> \
|
||||||
|
|||||||
Reference in New Issue
Block a user