update docs

This commit is contained in:
Martijn 2021-07-30 11:33:13 +02:00
parent 2e6f8d6daa
commit 40278046ad
2 changed files with 8 additions and 0 deletions

3
.gitignore vendored
View File

@ -4,6 +4,9 @@
# User-specific stuff
.idea/
.ninja_deps
.ninja_log
build.ninja
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,

View File

@ -11,6 +11,11 @@ To view the progress, see [Issue #2](https://github.com/AndroidAudioMods/ViPERFX
- Run `make`
- You should now find a `libv4afx_r.so` file in your project root.
# CLion
In CLion, make sure to set the following custom arguments: `-DCMAKE_TOOLCHAIN_FILE=<NDKROOT>/build/cmake/android.toolchain.cmake -DANDROID_ABI=<ABI> -G Ninja`
Then you can build the project with `ninja` instead of `make`
# Credits
Zhuhang and ViPER520 for making ViPER4Android