(Rough) Installation Instructions for RNPL/xvs/DV On Linux
Report problems to Matthew
Choptuik
0. Software prerequisites
- Fortran 77 (f77 or gfortran)
- 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.
Alternatively, you can install xforms from your Linux distribution, in
which case you need to ensure that you install both the basic xforms
libraries as well as the development package (the specific names of
these will vary from distribution to distribution)
3. Install mpeg_encode
- Download mpeg_encode-1.5c.tar.gz.
- tar zxf mpeg_encode-1.5c.tar.gz
- cd mpeg_encode-1.5c
- ./configure --prefix=/usr/local
- make install
4. Install xvs
- Download xvs.tar.gz.
- tar zxf xvs.tar.gz
- cd xvs
- ./configure --prefix=/usr/local
- make install
5. Install DV
- Download DV.tar.gz.
- tar zxf DV.tar.gz
- cd DV
- ./configure --prefix=/usr/local
- make install