Skip to content

Commit

Permalink
[Docs] Updated README.md documents for Android support.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBanana committed Sep 22, 2024
1 parent c38d305 commit 9426e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ LLGL on GNU/Linux requires the development libraries for [X11](https://www.x.org

### Android

The [Android NDK](https://developer.android.com/ndk) with at least API level 21 is required.
The build script to generate project files is currently only supported on **GNU/Linux**
and requires [CMake 3.10](https://cmake.org/) or later and the [Code::Blocks](http://www.codeblocks.org/) IDE.
[Android NDK](https://developer.android.com/ndk) with at least API level 21 is required.
The build script supports generating project files for [Android Studio](https://developer.android.com/studio).

## Installing (vcpkg)

Expand Down
2 changes: 1 addition & 1 deletion docu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ On Windows, MSYS2 can be used to run *BuildAndroid.sh*.

#### Known issues

Currently only the GLES backend is supported for Android. Vulkan backend compiles but is not stable and untested at the moment.
Currently only the GLES backend is supported for Android. Vulkan backend compiles but is not stable (synchronization issues are visible).


## GNU/Linux
Expand Down

0 comments on commit 9426e7b

Please sign in to comment.