Go to file
KevinDuan f091168277 Update 2023-03-17 13:48:47 +08:00
configrue update 2022-07-17 22:09:36 +08:00
data 处理编译问题 2022-07-19 10:06:09 +08:00
debian Update 2023-03-17 13:48:47 +08:00
highlight Update gtk hightlight 2022-10-26 11:38:58 +08:00
icons Update 2023-03-17 13:48:47 +08:00
sounds Update 2022-11-25 17:34:12 +08:00
themes Update 2023-03-17 13:48:47 +08:00
README.md update README.md. 2022-11-22 12:34:02 +00:00
change.txt Update 2023-03-17 13:48:47 +08:00
meson.build Update gtk hightlight 2022-10-26 11:38:58 +08:00
meson_options.txt 修复编译问题 2022-11-28 10:37:22 +08:00

README.md

依赖

$ sudo apt install meson ninja-build sass

编译

$ meson build
$ cd build
$ ninja

安装

$ meson build
$ cd build
$ meson install

Meson 使用相关文档

Meson 官网