(Rough) Installation Instructions for RNPL/xvs/DV On Linux

Report problems to Matthew Choptuik

0. Software prerequisites

  1. OpenGL headers and libraries.
  2. JPEG headers and libraries.

1. Install RNPL and related libraries

  1. Download rnpletal.tar.gz.
  2. tar zxf rnpletal.tar.gz
  3. cd rnpletal
  4. ./Install.gnu /usr/local

2. Install xforms

  1. Download xforms-1.0.tar.gz.
  2. tar zxf xforms-1.0.tar.gz
  3. cd xforms-1.0
  4. xmkmf -a
  5. make install
See xforms-1.0/00README for detailed installation instructions.

3. Install xvs

  1. Download xvs.tar.gz.
  2. tar zxf xvs.tar.gz
  3. cd xvs
  4. ./configure --prefix=/usr/local
  5. make install

4. Install DV

  1. Download DV.tar.gz.
  2. tar zxf DV.tar.gz
  3. cd DV
  4. ./configure --prefix=/usr/local
  5. make install