(Rough) Installation Instructions for RNPL/xvs/DV On Linux
Report problems to Matthew Choptuik
0. Software prerequisites
- OpenGL headers and libraries.
- JPEG headers and libraries.
1. Install RNPL and related libraries
- Download rnpletal.tar.gz.
- tar zxf rnpletal.tar.gz
- cd rnpletal
- ./Install.gnu /usr/local
2. Install xforms
- Download xforms-1.0.tar.gz.
- tar zxf xforms-1.0.tar.gz
- cd xforms-1.0
- xmkmf -a
- make install
See xforms-1.0/00README for detailed installation instructions.
3. Install xvs
- Download xvs.tar.gz.
- tar zxf xvs.tar.gz
- cd xvs
- ./configure --prefix=/usr/local
- make install
4. Install DV
- Download DV.tar.gz.
- tar zxf DV.tar.gz
- cd DV
- ./configure --prefix=/usr/local
- make install