12,925
回編集
275行目: | 275行目: | ||
mkdir build && cd build | mkdir build && cd build | ||
../configure --prefix= | ../configure --prefix=<JDimのインストールディレクトリ> --with-pangolayout --with-tls=gnutls --with-native | ||
make -j $(nproc) | make -j $(nproc) | ||
make install | make install | ||
282行目: | 282行目: | ||
cd JDim | cd JDim | ||
meson - | meson --prefix=/home/mobian/InstallSoftware/JDim \ | ||
-Dalsa=enabled -Dpangolayout=enabled -Dnative=enabled -Dmigemo=enabled -Dtls=gnutls \ | |||
-Dbuild_tests=disabled \ | |||
./build | |||
ninja -j $(nproc) -C build | ninja -j $(nproc) -C build | ||
ninja -C build install | ninja -C build install | ||
298行目: | 301行目: | ||
# PinePhone Mobian | # PinePhone Mobian | ||
sudo apt install libhttp-daemon-perl liblwp-protocol-https-perl libyaml-tiny-perl | sudo apt install libmigemo1 libhttp-daemon-perl liblwp-protocol-https-perl libyaml-tiny-perl | ||
# PinePhone Manjaro | # PinePhone Manjaro |