Skip to content

Commit

Permalink
Refresh the compile appendix XML sources
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Nov 24, 2024
1 parent ccfcce7 commit fd2e015
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions doc/ja/manual/compile.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<appendix id="compile">
<appendixinfo>
<pubdate>2024-11-05</pubdate>
<pubdate>2024-11-24</pubdate>
</appendixinfo>
<title>ソースコードから Netatalk をコンパイルする</title>
<sect1 id="compile-overview">
Expand Down Expand Up @@ -249,7 +249,7 @@ asip-status localhost
<title>macOS</title>
<para>Install dependencies</para>
<para>
<screen>brew install berkeley-db cmark-gfm docbook-xsl libxslt meson mysql talloc
<screen>brew install berkeley-db cmark-gfm dbus docbook-xsl libxslt meson mysql talloc
</screen>
</para>
<para>Configure</para>
Expand Down Expand Up @@ -341,13 +341,13 @@ ninja -C build uninstall
<title>NetBSD</title>
<para>必要なパッケージをインストールする</para>
<para>
<screen>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
<screen>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
</screen>
</para>
<para>コンフィグレーションとビルド</para>
<para>
<screen>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
Expand Down
8 changes: 4 additions & 4 deletions doc/manual/compile.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<appendix id="compile">
<appendixinfo>
<pubdate>2024-11-05</pubdate>
<pubdate>2024-11-24</pubdate>
</appendixinfo>
<title>Compile Netatalk from Source</title>
<sect1 id="compile-overview">
Expand Down Expand Up @@ -249,7 +249,7 @@ asip-status localhost
<title>macOS</title>
<para>Install dependencies</para>
<para>
<screen>brew install berkeley-db cmark-gfm docbook-xsl libxslt meson mysql talloc
<screen>brew install berkeley-db cmark-gfm dbus docbook-xsl libxslt meson mysql talloc
</screen>
</para>
<para>Configure</para>
Expand Down Expand Up @@ -341,13 +341,13 @@ ninja -C build uninstall
<title>NetBSD</title>
<para>Install required packages</para>
<para>
<screen>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
<screen>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
</screen>
</para>
<para>Configure and build</para>
<para>
<screen>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
Expand Down

0 comments on commit fd2e015

Please sign in to comment.