Home | History | Annotate | Download | only in libtommath

Lines Matching refs:Shared

114 \subsection{Shared Libraries}
115 To build as a shared library for GCC issue the following
117 make -f makefile.shared
119 This requires the ``libtool'' package (common on most Linux/BSD systems). It will build LibTomMath as both shared
120 and static then install (by default) into /usr/lib as well as install the header files in /usr/include. The shared
122 you use libtool to link your application against the shared object.