Skip to content

Commit 1f08ff0

Browse files
committed
更新readme
1 parent a34bcde commit 1f08ff0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ SmallPot是一个轻量级播放器。
2121

2222
## 编译
2323

24-
首先需要取得mlcc工程
24+
部分源码在mlcc和kys-cpp(Engine.h和Engine.cpp)中,需同时将这些工程放到同级别的目录
2525

2626
```shell
2727
git clone https://github.com/scarsty/mlcc mlcc
28+
git clone https://github.com/scarsty/kys-cpp kys-cpp
2829
```
2930

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>取得头文件和导入库。
31+
其余依赖库包括iconv,ffmpeg,libass,SDL2,SDL2-ttf等,推荐使用系统的包管理工具获取这些库,Windows下推荐使用vcpkg。
3532

3633
<https://github.com/AutoItConsulting/text-encoding-detect>直接包含代码到工程中。
3734

0 commit comments

Comments
 (0)