| 1,337行目: | 1,337行目: | ||
Wayland-Scannerをインストールするには、MesonとNinjaをビルドする必要がある。<br> | Wayland-Scannerをインストールするには、MesonとNinjaをビルドする必要がある。<br> | ||
<br> | <br> | ||
まず、Wayland | まず、Wayland Scannerのビルドに必要なライブラリをインストールする。<br> | ||
sudo zypper install libxml2-devel | |||
<br> | |||
次に、Wayland Scannerのソースコードをダウンロードする。<br> | |||
git clone https://gitlab.freedesktop.org/wayland/wayland | git clone https://gitlab.freedesktop.org/wayland/wayland | ||
cd wayland && mkdir build | cd wayland && mkdir build | ||
<br> | <br> | ||
Wayland Scannerをビルドする。<br> | |||
<u>Wayland Scannerのインストールディレクトリは、PinePhoneのホスト向けターゲットディレクトリを指定すること。</u><br> | <u>Wayland Scannerのインストールディレクトリは、PinePhoneのホスト向けターゲットディレクトリを指定すること。</u><br> | ||
meson ./build/ --prefix=<Wayland-Scannerのインストールディレクトリ> -Ddocumentation=false | meson ./build/ --prefix=<Wayland-Scannerのインストールディレクトリ> -Ddocumentation=false | ||