add md readme

This commit is contained in:
Alan Dipert 2010-03-08 06:02:04 -05:00
parent b87e892c90
commit 1f18a0abff
1 changed files with 25 additions and 0 deletions

25
README.md Normal file
View File

@ -0,0 +1,25 @@
=NCSA Mosaic=
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.
==Building==
* I was able to compile and run on Ubuntu 9.10. You'll have to install these packages first:
sudo apt-get install build-essential libmotif3 libmotif-dev libpng3
* Next, build with:
make linux
* Run!
src/Mosaic
==How?==
I started with this: http://seanm.ca/mosaic/ and applied the patch on the page. I pulled a bunch of getline()'s out. Presto.