Go to file
kwwzzz be7913af30 update 2022-07-17 22:09:36 +08:00
configrue update 2022-07-17 22:09:36 +08:00
data update 2022-07-17 22:09:36 +08:00
debian update 2022-07-17 22:09:36 +08:00
icons update 2022-07-17 22:09:36 +08:00
sounds update 2022-07-17 22:09:36 +08:00
themes update 2022-07-17 22:09:36 +08:00
README.md update 2022-07-17 22:09:36 +08:00
meson.build update 2022-07-17 22:09:36 +08:00
meson_options.txt update 2022-07-17 22:09:36 +08:00

README.md

依赖

$ sudo apt install meson ninja-build sass

编译

$ meson build
$ cd build
$ ninja

安装

$ meson build
$ cd build
$ meson install

Meson 使用相关文档

Meson 官网