1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-15 17:28:07 -04:00

Update installation instructions for NetBSD

This commit is contained in:
John Zaitseff 2021-01-12 11:13:20 +11:00
parent 24165bd66b
commit 64411226c8

View File

@ -254,11 +254,7 @@ Notes:
packages installed with ``pkgin``\(1) (or ``pkg_add``\(1) in older
versions of NetBSD), using::
./configure --with-libiconv-prefix=/usr/pkg \
--with-libintl-prefix=/usr/pkg \
--with-ncursesw --with-ncurses \
CURSES_CFLAGS=-I/usr/pkg/include \
LDFLAGS=-L/usr/pkg/lib
./configure LDFLAGS=-L/usr/pkg/lib
.. [#macos1] macOS with Xcode command line tools, with the ``gettext``
package installed with Homebrew, using::