This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
ncsa-mosaic/README.md

44 lines
1.5 KiB
Markdown
Raw Normal View History

2010-03-08 11:03:50 +00:00
NCSA Mosaic
===========
2010-03-08 11:02:04 +00:00
2012-03-16 01:36:21 +00:00
![Wikipedia viewed with Mosaic](https://github.com/downloads/wtachi/ncsa-mosaic/wikipedia-screenshot.png "Wikipedia viewed with Mosaic")
2010-03-08 11:08:14 +00:00
2012-03-16 01:36:21 +00:00
This is [NCSA Mosaic](https://en.wikipedia.org/wiki/Mosaic_(web_browser\)), one
of the first graphical web browsers. This version has barely been modified
since the last official release, version 2.7 beta 6, in 1996. You may also be
interested in [Mosaic-CK](http://www.floodgap.com/retrotech/machten/mosaic/)
and [VMS Mosaic](http://wvnvms.wvnet.edu/vmswww/vms_mosaic.html), which have
been substantially improved from the original.
2010-03-08 11:02:04 +00:00
2012-03-16 01:36:21 +00:00
If you're on Linux, 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](http://seanm.ca/mosaic/) for
doing the heavy lifting. And, of course, hats off to Marc Andreessen, Eric
Bina, and the rest of the [NCSA](http://www.ncsa.illinois.edu/) team for
kicking things off for us. Thanks!
[Alan Dipert](http://alan.dipert.org/) took the last release of Mosaic, put it
on Github, and made some fixes. [Tim Pizey](http://pizey.net/~timp/) modified
it so that in-document javascript is not displayed.
2010-03-08 11:02:04 +00:00
2010-03-08 11:03:50 +00:00
Building
--------
2010-03-08 11:02:04 +00:00
2012-03-16 01:36:21 +00:00
On Arch Linux, use the [AUR
package](https://aur.archlinux.org/packages.php?ID=35326).
On Ubuntu:
2010-03-08 11:03:50 +00:00
* First, install these packages:
2010-03-08 11:02:04 +00:00
2010-03-09 00:55:12 +00:00
sudo apt-get install build-essential libmotif-dev libjpeg62-dev libpng12-dev x11proto-print-dev libxmu-headers libxpm-dev libxmu-dev
2010-03-08 11:02:04 +00:00
* Next, build with:
2010-03-08 11:04:31 +00:00
make linux
2010-03-08 11:02:04 +00:00
* Run!
2010-03-08 11:04:31 +00:00
src/Mosaic