2010-03-08 05:03:50 -06:00
|
|
|
NCSA Mosaic
|
|
|
|
===========
|
2010-03-08 05:02:04 -06:00
|
|
|
|
2010-03-08 05:08:14 -06:00
|
|
|
![GitHub viewed with Mosaic](http://github.com/downloads/alandipert/ncsa-mosaic/github.png "GitHub with Mosaic")
|
|
|
|
|
2010-03-08 05:02:04 -06:00
|
|
|
This is NCSA Mosaic 2.7, one of the first graphical web browsers.
|
|
|
|
If you're on Ubuntu or something like it, your time machine is fueled
|
|
|
|
up and ready to go. Follow the instructions below to build and run.
|
|
|
|
|
|
|
|
Many thanks to Sean MacLennan and Alan Wylie for doing the heavy lifting.
|
|
|
|
|
2010-03-08 05:03:50 -06:00
|
|
|
Building
|
|
|
|
--------
|
2010-03-08 05:02:04 -06:00
|
|
|
|
2010-03-08 05:03:50 -06:00
|
|
|
* First, install these packages:
|
2010-03-08 05:02:04 -06:00
|
|
|
|
2010-03-08 05:04:31 -06:00
|
|
|
sudo apt-get install build-essential libmotif3 libmotif-dev libpng3
|
2010-03-08 05:02:04 -06:00
|
|
|
|
|
|
|
* Next, build with:
|
|
|
|
|
2010-03-08 05:04:31 -06:00
|
|
|
make linux
|
2010-03-08 05:02:04 -06:00
|
|
|
|
|
|
|
* Run!
|
|
|
|
|
2010-03-08 05:04:31 -06:00
|
|
|
src/Mosaic
|