Lines Matching refs:Build
76 large integer numbers. It was written in portable ISO C source code so that it will build on any platform with a conforming
96 also build in MSVC, Borland C out of the box. For any other ISO C compiler a makefile will have to be made by the end
100 To build as a static library for GCC issue the following
105 command. This will build the library and archive the object files in ``libtommath.a''. Now you link against
106 that and include ``tommath.h'' within your programs. Alternatively to build with MSVC issue the following
111 This will build the library and archive the object files in ``tommath.lib''. This has been tested with MSVC
115 To build as a shared library for GCC issue the following
119 This requires the ``libtool'' package (common on most Linux/BSD systems). It will build LibTomMath as both shared
129 To build the library and the test harness type
135 This will build the library, ``test'' and ``mtest/mtest''. The ``test'' program will accept test vectors and verify the
154 \section{Build Configuration}
155 LibTomMath can configured at build time in three phases we shall call ``depends'', ``tweaks'' and ``trims''.
158 To make the system more powerful you can tweak the build process. Classes are defined in the file
160 instructs the system to build all of the functions. This is how LibTomMath used to be packaged. This will give you
163 However, there are cases where such a build is not optional. For instance, you want to perform RSA operations. You
168 \subsection{Build Depends}
179 \subsection{Build Tweaks}
194 \subsection{Build Trims}
197 Build trims are meant to be defined on the last pass of the configuration which means they are to be defined
272 \hline Portable & X & & GnuPG requires configuration to build. \\
292 be performed with as little as 8KB of ram for data (again depending on build options).
1266 \caption{Build Names for Tuning Programs}