Update README about unmaintained status of project + some cleanups

This commit is contained in:
Maurus Cuelenaere 2021-04-07 18:12:43 +02:00 committed by GitHub
parent 131849191d
commit 4ef9040fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,9 @@
[![travis ci](https://travis-ci.org/mcuelenaere/fsv.svg?branch=master)](https://travis-ci.org/mcuelenaere/fsv)
This repo is a fork of [fsv](http://fsv.sourceforge.net/).
NOTE: this project is **not** actively maintained.
This repo is a fork of [fsv](http://fsv.sourceforge.net/), with some patches on top to align it more to the current state of affairs.
The original author is [Daniel Richard G.](http://fox.mit.edu/skunk/), a former student of Computer Science at the MIT.
**About fsv**
@ -21,7 +23,6 @@ Useful info and screenshots of the original SGI IRIX implementation are availabl
2. Make a configure script: `./autogen.sh`
3. Install dependencies (Ubuntu): `sudo apt-get install libgtkgl2.0-dev libgl1-mesa-dev libglu1-mesa-dev`
4. Do the install dance:
- ./configure
- make
- sudo make install
- `./configure`
- `make`
- `sudo make install`