On Wed, Jan 20, 2010 at 3:53 PM, Daniel Franklin <[email protected]> wrote: > > Hi Anitha, > > > > If you have the code base with you can I borrow it? Only the actual code base.
You can directly download from the website. In-fact, I have just verified that the packages do get built on Ubuntu without any issues. Assuming that the system has build-essentials (gnu make, autoconf, automake), in general below steps should be able to build tntnet. 1) Download and build cxxtools-1.4.8 (configure and make should build it) 2) Check if GnuTLS >=2.6.6, libgcrypt >=1.4.4, libgpg-error >0.5 packages are available. If not download and build them (Not sure if apt-get is of any help here). The packages can be easily configured and built. However, if you are new to GNU build setup, take care of PATH and LD_LIBRARY_PATH variables setting provided you use '--prefix' option for configuring the packages. Note that the packages have to be built in reverse order i.e., libgpg-error , libgcrypt and gnutls. 3) Download and build tntnet-1.6.3 (configure and make should build it). Ensure that cxxtools-config lies in the $PATH if you have used --prefix option in (1) I recommend posting to mailing list with proper error messages (instead of using PM). HTH Anitha ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
