
XRPN Version 1.0 

By Paul Wilkins

XRPN is a RPN calculator for real and complex numbers with a
motif/X11 GUI.

XRPN works with real numbers, complex numbers, matrices, and
complex matrices.  Numbers can be displayed in 4 different
radix modes, and complex numbers can be displayed in either
Cartesian or polar form.

XRPN is copyrighted under the terms of the GNU General Public
License.  See the file LICENSE for more details.


To build XRPN:

1) Edit the Makefile to tell the compiler where to find the X
   and Motif headers and libraries.  In case you don't have Motif,
   you can use lesstif instead.  XRPN works correctly with lesstif.

2) Run make.  

3) Copy the executable, xrpn, to it's final installation directory,
   for example /usr/local/bin.



XRPN can be found at the following locations:
sunsite.unc.edu /pub/Linux/apps/math/calc
ftp.x.org /contrib/applications


That's it.  Good Luck.

Paul
paul.wilkins@analog.com

