added building howto for NetBSD
This commit is contained in:
parent
346e86edfc
commit
5557301e30
10
doc/bn.tex
10
doc/bn.tex
@ -179,6 +179,16 @@ LIBTOOL="/usr/local/bin/libtool" gmake -f makefile.shared
|
|||||||
\end{alltt}
|
\end{alltt}
|
||||||
You might need to run a \texttt{gmake -f makefile.shared clean} first.
|
You might need to run a \texttt{gmake -f makefile.shared clean} first.
|
||||||
|
|
||||||
|
\subsubsection{NetBSD}
|
||||||
|
NetBSD is not as strict as OpenBSD but still needs \texttt{gmake} to build the shared library. \texttt{libtool} may also not exist in a fresh install.
|
||||||
|
\begin{alltt}
|
||||||
|
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:
|
||||||
|
\begin{alltt}
|
||||||
|
gmake -f makefile.shared
|
||||||
|
\end{alltt}
|
||||||
|
|
||||||
\subsection{Testing}
|
\subsection{Testing}
|
||||||
To build the library and the test harness type
|
To build the library and the test harness type
|
||||||
|
Loading…
Reference in New Issue
Block a user