Skip to content

Commit

Permalink
Update quickstart.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Apr 25, 2021
1 parent 6ec41d4 commit 544ea5a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions source/about/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,22 +119,20 @@ an Android-native application.
- It is built as a static library
- It requires Android NDK with android API > 9 support.

Building
----------------
- Building:
To use this module please provide following cmake defines:

::

-DASSIMP_ANDROID_JNIIOSYSTEM=ON
-DCMAKE_TOOLCHAIN_FILE=$SOME_PATH/android.toolchain.cmake
"SOME_PATH" is a path to your cmake android toolchain script.
**SOME_PATH** is the path containing your cmake android-toolchain script.

The build script for this port is based on `Android-CMake <https://github.com/taka-no-me/android-cmake>`_.
See its documentation for more Android-specific cmake options (e.g. -DANDROID_ABI for the target ABI).
See its documentation for more Android-specific cmake options (e.g. **-DANDROID_ABI** for the target ABI).

Code
--------
- Code-Example:
A small example how to wrap assimp for Android:

::
Expand Down

0 comments on commit 544ea5a

Please sign in to comment.