1 Star 2 Fork 2

judgeou / libass-msvc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
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

空文件

简介

可以在 Windows 上使用 Visual Studio 编译的 libass 库 展开 收起
C
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/judgeou/libass-msvc.git
git@gitee.com:judgeou/libass-msvc.git
judgeou
libass-msvc
libass-msvc
master

搜索帮助