_____
/\ /\_ __/__ \_ __ __ _ _ __ ___
/ /_/ / '_ \ / /\/ '__/ _` | '_ \/ __|
/ __ /| |_) / / | | | (_| | | | \__ \
\/ /_/ | .__/\/ |_| \__,_|_| |_|___/
|_|
HP49 file transfer program
Copyright (c) 2000-2001 Eric R. Schendel
http://sourceforge.net/projects/hptrans
http://hptrans.sourceforge.net
REQUIREMENTS
============
g++ with libstdc++ v2.96:
I have not tested any other version, but I am sure that anything younger
than 2.95 will not work. If anyone finds different, please let me know.
Common C++ Libraries v1.3.0:
You MUST have this version or newer. To download, go to
http://sourceforge.net/project/showfiles.php?group_id=1523
INSTALLATION
============
Make sure to read the REQUIREMENTS section!
The simplest way to compile and install this package is:
1. make sure you are in same directory as the INSTALL file
2. type `./configure'
3. type `make'
4. type `make install' [must have root access to be successful]
To access help, type `hptrans --help' or `man hptrans' for more details.
IMPORTANT: If installation does not work, please email the authors or report it
to http://hptrans.sourceforge.net along with some details as to what is going
on. And please remember this is beta software and things will only get fixed
with support from its users.
|