27行目: 27行目:
PolKitをビルドおよびインストールする。<br>
PolKitをビルドおよびインストールする。<br>
設定可能なオプションの一覧は、<code>meson configure</code>コマンドで取得することができる。<br>
設定可能なオプションの一覧は、<code>meson configure</code>コマンドで取得することができる。<br>
  meson setup build --prefix=<PolKitのインストールディレクトリ> -Dexample=true
  meson setup build --prefix=<PolKitのインストールディレクトリ> -Dos_type=suse -Dexamples=true -Dman=true -Dgtk_doc=true
  meson compile -C build
  meson compile -C build
  meson install -C build
  meson install -C build