Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > d70fd5581a891cc1bd5d7182495aba78 > files > 4

tradeclient-0.9.0-1mdk.i586.rpm

TradeClient

Copyright ©1999-2000 Bynari Inc.
Copyright ©2001 Project TradeClient
http://tradeclient.sourceforge.net/


REQUIREMENTS:
	GTK+ 1.2.x
		required, development is done on mostly GTK+ 1.2.8
	OpenLDAP 1.2.x (optional)
		only needed if you intend to use the LDAP features
                OpenSSL is also required if you want SSL support for OpenLDAP
	OpenSSL 0.9.x (optional)
		only needed if you intent to use the SSL features
		as of this version, no SSL features are fully implemented


COMPILING:
	If you want LDAP support, you will need to obtain, compile, and install
	OpenLDAP.  If you want SSL support, you will also need to obtain,
	compile, and install OpenSSL.
	Once these have been installed, you will need to edit the Makefile. If
	you want LDAP, you must set WANTLDAP=1, in the Makefile; and for SSL
	support, you will need to set WANTSSL=1 also.

	Also, if you are running on a Pentium Pro or better, you can change the
	OPTIMIZE setting to OPTIMIZE=1, adn the compiler will optimize for you.

	If you want a static binary, you can set the STATIC option to STATIC=1,
	and if you have the required static libraries, the compiler should
	produce a static binary for you.
	
	Now to compile TradeClient, you can type
		$ make clean depend all

	When it is done, you should find a binary called "tradeclient" in the
	present directory.

	If you are on a different architecture other than Linux/x86, you may
	need to edit the Makefile to change what type of C-Client library to
	build.  Consult the Makefile and documentation in the imap-4.7c/
	directory, and then edit the top level Makefile.  Search for the option
	IMAPTARGET, and set it equal to what corresponds with your setup.


INSTALLING
	For now just manually copy the binary to the install path:
		$ cp tradeclient /usr/local/bin


REFERENCES:
	TradeClient
		http://sourceforge.net/projects/tradeclient/

	Bynari Inc.
		http://www.bynari.net/

	C-Client IMAP Library
		ftp://ftp.cac.washington.edu/imap/

	OpenSSL
		http://www.openssl.org/

	OpenLDAP
		http://www.openldap.org/