Files
aps3e/README.md
2025-07-10 23:40:52 +08:00

35 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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目录下
协议:
请检查相应文件头和目录下的许可证文件以获取详细信息。