From fd2e015f3610750225b8c029c3ea0beb8d862ddf Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sun, 24 Nov 2024 18:34:19 +0100 Subject: [PATCH] Refresh the compile appendix XML sources --- doc/ja/manual/compile.xml | 8 ++++---- doc/manual/compile.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/ja/manual/compile.xml b/doc/ja/manual/compile.xml index 575fa10d50..b09af69a3e 100644 --- a/doc/ja/manual/compile.xml +++ b/doc/ja/manual/compile.xml @@ -1,7 +1,7 @@ - 2024-11-05 + 2024-11-24 ソースコードから Netatalk をコンパイルする @@ -249,7 +249,7 @@ asip-status localhost macOS Install dependencies - brew install berkeley-db cmark-gfm docbook-xsl libxslt meson mysql talloc + brew install berkeley-db cmark-gfm dbus docbook-xsl libxslt meson mysql talloc Configure @@ -341,13 +341,13 @@ ninja -C build uninstall NetBSD 必要なパッケージをインストールする - pkg_add avahi bison db5 docbook-xsl flex gcc13 gnome-tracker heimdal libcups libevent libgcrypt libxslt meson mysql-client p5-Net-DBus perl pkg-config talloc tex-unicode-data + pkg_add bison db5 docbook-xsl flex gcc13 gnome-tracker heimdal libcups libevent libgcrypt libxslt meson mysql-client p5-Net-DBus perl pkg-config talloc tex-unicode-data コンフィグレーションとビルド set -e -meson setup build -Dbuildtype=release -Dpkg_config_path=/usr/pkg/lib/pkgconfig -Dwith-appletalk=true -Dwith-dtrace=false -Dwith-krbV-uam=false -Dwith-tests=true +meson setup build -Dbuildtype=release -Dwith-appletalk=true -Dwith-dtrace=false -Dwith-krbV-uam=false -Dwith-tests=true meson compile -C build cd build meson test diff --git a/doc/manual/compile.xml b/doc/manual/compile.xml index 723a84f101..c8bc27337f 100644 --- a/doc/manual/compile.xml +++ b/doc/manual/compile.xml @@ -1,7 +1,7 @@ - 2024-11-05 + 2024-11-24 Compile Netatalk from Source @@ -249,7 +249,7 @@ asip-status localhost macOS Install dependencies - brew install berkeley-db cmark-gfm docbook-xsl libxslt meson mysql talloc + brew install berkeley-db cmark-gfm dbus docbook-xsl libxslt meson mysql talloc Configure @@ -341,13 +341,13 @@ ninja -C build uninstall NetBSD Install required packages - pkg_add avahi bison db5 docbook-xsl flex gcc13 gnome-tracker heimdal libcups libevent libgcrypt libxslt meson mysql-client p5-Net-DBus perl pkg-config talloc tex-unicode-data + pkg_add bison db5 docbook-xsl flex gcc13 gnome-tracker heimdal libcups libevent libgcrypt libxslt meson mysql-client p5-Net-DBus perl pkg-config talloc tex-unicode-data Configure and build set -e -meson setup build -Dbuildtype=release -Dpkg_config_path=/usr/pkg/lib/pkgconfig -Dwith-appletalk=true -Dwith-dtrace=false -Dwith-krbV-uam=false -Dwith-tests=true +meson setup build -Dbuildtype=release -Dwith-appletalk=true -Dwith-dtrace=false -Dwith-krbV-uam=false -Dwith-tests=true meson compile -C build cd build meson test