Go to file
KevinDuan 0f348e4c53
!16 add some icons
Merge pull request !16 from likehomedream/addicons
2023-11-22 07:38:53 +00:00
configrue 修改部分ukui.interface默认键值 2023-05-11 11:30:23 +08:00
data 处理编译问题 2022-07-19 10:06:09 +08:00
debian add peony icons 2023-11-08 15:03:02 +08:00
highlight Update gtk hightlight 2022-10-26 11:38:58 +08:00
icons add some icons 2023-11-21 17:26:03 +08:00
sounds Update 2022-11-25 17:34:12 +08:00
themes update and i6yeit 2023-05-31 15:08:39 +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 官网