mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2025-01-03 16:13:35 +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
|
||||
.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,
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user