added building howto for NetBSD

This commit is contained in:
czurnieden 2019-03-01 02:44:58 +01:00
parent 5557301e30
commit ca78050c58

View File

@ -185,7 +185,7 @@ NetBSD is not as strict as OpenBSD but still needs \texttt{gmake} to build the s
pkg_add gmake libtool
\end{alltt}
Please check with \texttt{libtool --version} that installed libtool is indeed a GNU libtool.
Build the shared library with:
Build the shared library by typing:
\begin{alltt}
gmake -f makefile.shared
\end{alltt}