1. 执行配置:
CFLAGS="-O -g -ffast-math -march=native -ggdb3" meson --prefix=$HOME/install -Dwl=true -Dopengl=full . build
ninja -C build
遇到的错误:
1. 找不到 wayland-client:
解决方法: 安装 libwayland-dev
2. Problem encountered: extension Xtest not found for X11
除了 xtest lib,还要安装 ibxtst-dev
2.
edje_cc: Critical. Creation of .mo from .po failed
解决方法: 安装 gettext
参考: