编译基于wanyland的 EFL

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

参考:

https://www.enlightenment.org/about-wayland#:~:text=To%20compile%20EFL%20with%20Wayland%20support%2C%20you%20should,support%20%28in%20the%20console%2Fframebuffer%29%20%5B%20Compiling%20Enlightenment%20%5D

你可能感兴趣的:(linux,运维,服务器)