From b87e892c90ea1640d7c75e04d3b1d31013ef816f Mon Sep 17 00:00:00 2001 From: Alan Dipert Date: Mon, 8 Mar 2010 06:01:37 -0500 Subject: [PATCH] rename readme --- README | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index 91744f9..0000000 --- a/README +++ /dev/null @@ -1,25 +0,0 @@ -=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.