@@ -30,7 +30,7 @@ meson compile -C build
3030Run integration tests
3131
3232```
33- cd build && meson test && cd ..
33+ meson test -C build
3434```
3535
3636Install
@@ -44,6 +44,11 @@ Check netatalk capabilities
4444```
4545netatalk -V
4646afpd -V
47+ atalkd -V
48+ a2boot -V
49+ macipgw -V
50+ papd -V
51+ timelord -V
4752```
4853
4954Uninstall
@@ -57,7 +62,7 @@ ninja -C build uninstall
5762Install dependencies
5863
5964```
60- pacman -Sy --noconfirm avahi cmark-gfm cracklib cups db gcc iniparser mariadb-clients meson ninja perl pkgconfig rpcsvc-proto
65+ pacman -Sy --noconfirm avahi bison cmark-gfm cracklib cups db flex gcc iniparser localsearch mariadb-clients meson ninja perl pkgconfig rpcsvc-proto talloc tinysparql
6166```
6267
6368Configure
@@ -75,7 +80,7 @@ meson compile -C build
7580Run integration tests
7681
7782```
78- cd build && meson test && cd ..
83+ meson test -C build
7984```
8085
8186Install
@@ -89,6 +94,11 @@ Check netatalk capabilities
8994```
9095netatalk -V
9196afpd -V
97+ atalkd -V
98+ a2boot -V
99+ macipgw -V
100+ papd -V
101+ timelord -V
92102```
93103
94104Uninstall
@@ -121,7 +131,7 @@ meson compile -C build
121131Run integration tests
122132
123133```
124- cd build && meson test && cd ..
134+ meson test -C build
125135```
126136
127137Install
@@ -135,6 +145,11 @@ Check netatalk capabilities
135145```
136146netatalk -V
137147afpd -V
148+ atalkd -V
149+ a2boot -V
150+ macipgw -V
151+ papd -V
152+ timelord -V
138153```
139154
140155Uninstall
@@ -166,7 +181,7 @@ meson compile -C build
166181Run integration tests
167182
168183```
169- cd build && meson test && cd ..
184+ meson test -C build
170185```
171186
172187Install
@@ -180,6 +195,11 @@ Check netatalk capabilities
180195```
181196netatalk -V
182197afpd -V
198+ atalkd -V
199+ a2boot -V
200+ macipgw -V
201+ papd -V
202+ timelord -V
183203```
184204
185205Uninstall
@@ -212,7 +232,7 @@ meson compile -C build
212232Run distribution tests
213233
214234```
215- cd build && meson dist && cd ..
235+ meson dist -C build
216236```
217237
218238Install
@@ -226,6 +246,11 @@ Check netatalk capabilities
226246```
227247netatalk -V
228248afpd -V
249+ atalkd -V
250+ a2boot -V
251+ macipgw -V
252+ papd -V
253+ timelord -V
229254```
230255
231256Start netatalk
@@ -272,7 +297,7 @@ meson compile -C build
272297Run integration tests
273298
274299```
275- cd build && meson test && cd ..
300+ meson test -C build
276301```
277302
278303Install
@@ -342,9 +367,7 @@ Configure, compile, install, run, and uninstall
342367set -e
343368meson setup build -Dbuildtype=release -Dpkg_config_path=/usr/local/libdata/pkgconfig -Dwith-tests=true -Dwith-testsuite=true
344369meson compile -C build
345- cd build
346- meson test
347- cd ..
370+ meson test -C build
348371meson install -C build
349372netatalk -V
350373afpd -V
@@ -371,12 +394,15 @@ Configure, compile, install, run, and uninstall
371394set -e
372395meson setup build -Dbuildtype=release -Dwith-appletalk=true -Dwith-cups-pap-backend=true -Dwith-dtrace=false -Dwith-tests=true -Dwith-testsuite=true
373396meson compile -C build
374- cd build
375- meson test
376- cd ..
397+ meson test -C build
377398meson install -C build
378399netatalk -V
379400afpd -V
401+ atalkd -V
402+ a2boot -V
403+ macipgw -V
404+ papd -V
405+ timelord -V
380406service netatalk onestart
381407sleep 1
382408asip-status localhost
@@ -428,9 +454,7 @@ set -e
428454export PATH=/opt/local/sbin:/opt/local/bin:/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin:$PATH
429455meson setup build --prefix=/opt/local -Dbuildtype=release -Dpkg_config_path=/opt/local/lib/pkgconfig -Dwith-dbus-sysconf-path=/usr/share/dbus-1/system.d -Dwith-ldap-path=/opt/local -Dwith-tests=true -Dwith-testsuite=true
430456meson compile -C build
431- cd build
432- meson test
433- cd ..
457+ meson test -C build
434458meson install -C build
435459netatalk -V
436460afpd -V
@@ -476,9 +500,7 @@ set -e
476500export PATH=/usr/local/sbin:/usr/local/bin:$PATH
477501meson setup build --prefix=/usr/local -Dbuildtype=release -Dpkg_config_path=/usr/lib/amd64/pkgconfig -Dwith-dbus-sysconf-path=/usr/share/dbus-1/system.d -Dwith-iniparser-path=/usr/local -Dwith-tests=true -Dwith-testsuite=true
478502meson compile -C build
479- cd build
480- meson test
481- cd ..
503+ meson test -C build
482504meson install -C build
483505netatalk -V
484506afpd -V
0 commit comments