1 Star 2 Fork 2

judgeou / libass-msvc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
judgeou 提交于 2021-07-22 12:01 . update readme

准备

https://www.nasm.us/ 下载 nasm.exe,放进 C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC 目录下面

编译

右键,生成解决方案,就这么简单

更新代码

如果想从各个项目的源仓库更新代码,直接把代码下载后塞进 src\thirdparty 各项目对应文件夹即可。

以下是源仓库地址和对应的文件夹:

[submodule "src/thirdparty/libass/libass"]
	path = src/thirdparty/libass/libass
	url = https://github.com/libass/libass.git
[submodule "src/thirdparty/fontconfig/fontconfig"]
	path = src/thirdparty/fontconfig/fontconfig
	url = https://github.com/ShiftMediaProject/fontconfig.git
[submodule "src/thirdparty/fribidi/fribidi"]
	path = src/thirdparty/fribidi/fribidi
	url = https://github.com/ShiftMediaProject/fribidi.git
[submodule "src/thirdparty/harfbuzz/harfbuzz"]
	path = src/thirdparty/harfbuzz/harfbuzz
	url = https://github.com/ShiftMediaProject/harfbuzz.git
[submodule "src/thirdparty/liblzma/liblzma"]
	path = src/thirdparty/liblzma/liblzma
	url = https://github.com/ShiftMediaProject/liblzma.git
[submodule "src/thirdparty/libxml2/libxml2"]
	path = src/thirdparty/libxml2/libxml2
	url = https://github.com/ShiftMediaProject/libxml2.git
[submodule "src/thirdparty/freetype2/freetype2"]
	path = src/thirdparty/freetype2/freetype2
	url = https://gitlab.freedesktop.org/freetype/freetype.git
[submodule "src/thirdparty/libiconv/libiconv-for-Windows"]
	path = src/thirdparty/libiconv/libiconv-for-Windows
	url = https://github.com/pffang/libiconv-for-Windows.git
C
1
https://gitee.com/judgeou/libass-msvc.git
git@gitee.com:judgeou/libass-msvc.git
judgeou
libass-msvc
libass-msvc
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891