mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2025-06-08 02:29:40 +08:00
update docs
This commit is contained in:
parent
2e6f8d6daa
commit
40278046ad
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
# User-specific stuff
|
# User-specific stuff
|
||||||
.idea/
|
.idea/
|
||||||
|
.ninja_deps
|
||||||
|
.ninja_log
|
||||||
|
build.ninja
|
||||||
|
|
||||||
# Gradle and Maven with auto-import
|
# Gradle and Maven with auto-import
|
||||||
# When using Gradle or Maven with auto-import, you should exclude module files,
|
# When using Gradle or Maven with auto-import, you should exclude module files,
|
||||||
|
@ -11,6 +11,11 @@ To view the progress, see [Issue #2](https://github.com/AndroidAudioMods/ViPERFX
|
|||||||
- Run `make`
|
- Run `make`
|
||||||
- You should now find a `libv4afx_r.so` file in your project root.
|
- 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
|
# Credits
|
||||||
|
|
||||||
Zhuhang and ViPER520 for making ViPER4Android
|
Zhuhang and ViPER520 for making ViPER4Android
|
||||||
|
Loading…
x
Reference in New Issue
Block a user