mirror of
https://github.com/BillyOutlast/aps3e.git
synced 2026-02-04 03:01:22 +01:00
35 lines
1.1 KiB
Markdown
35 lines
1.1 KiB
Markdown
FAQ:
|
||
[Here](https://github.com/aenu1/aps3e/wiki/FAQ-for-aPS3e_EN)
|
||
|
||
Compilation Steps (Windows using Android Studio):
|
||
|
||
The precompiled libraries LLVM,ffmpeg, and glslang need to be compiled by yourself. You can also click [here](https://github.com/aenu1/aps3e/releases/tag/prebuild-lib) to download them
|
||
|
||
Rename app/build.gradle.bak to app/build.gradle and complete the signing information.
|
||
|
||
Copy the compiled outputs llvm_out, ffmpeg_out,and glslang_out to app/src/main/cpp directory.
|
||
|
||
LICENSE:
|
||
|
||
Please check the LICENSE file under the appropriate file header and directory for detailed information.
|
||
|
||
|
||
--------
|
||
|
||
常见问题解答:
|
||
[这里](https://github.com/aenu1/aps3e/wiki/FAQ-for-aPS3e_EN)
|
||
|
||
编译步骤(Windows下,使用Android Studio)
|
||
|
||
预编译库 LLVM,ffmpeg,glslang,需自行编译,也可点击·[这里](https://github.com/aenu1/aps3e/releases/tag/prebuild-lib)下载
|
||
|
||
1:
|
||
重命名 app/build.gradle.bak为app/build.gradle,并补全签名信息
|
||
|
||
2:
|
||
复制llvm_out,ffmpeg_out,glslang_out到app/src/amin/cpp目录下
|
||
|
||
|
||
协议:
|
||
请检查相应文件头和目录下的许可证文件以获取详细信息。
|