We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34bcde commit 1f08ff0Copy full SHA for 1f08ff0
README.md
@@ -21,17 +21,14 @@ SmallPot是一个轻量级播放器。
21
22
## 编译
23
24
-首先需要取得mlcc工程。
+部分源码在mlcc和kys-cpp(Engine.h和Engine.cpp)中,需同时将这些工程放到同级别的目录。
25
26
```shell
27
git clone https://github.com/scarsty/mlcc mlcc
28
+git clone https://github.com/scarsty/kys-cpp kys-cpp
29
```
30
-Engine.h和Engine.cpp在kys-cpp中。
31
-
32
-其余依赖库包括iconv,ffmpeg,libass,SDL2,SDL2-image,SDL2-ttf等,推荐使用系统的包管理工具获取这些库,Windows下推荐使用vcpkg。其中SDL2_image仅有一处使用,且并不是必须的,可以简单修改后去除。
33
34
-Windows下也可以从<https://github.com/scarsty/lib-collection>取得头文件和导入库。
+其余依赖库包括iconv,ffmpeg,libass,SDL2,SDL2-ttf等,推荐使用系统的包管理工具获取这些库,Windows下推荐使用vcpkg。
35
36
<https://github.com/AutoItConsulting/text-encoding-detect>直接包含代码到工程中。
37
0 commit comments