This commit is contained in:
Alan Dipert
2010-03-08 05:55:21 -05:00
commit 29c82be0c2
528 changed files with 159411 additions and 0 deletions

19
README Normal file
View File

@@ -0,0 +1,19 @@
=NCSA Mosaic=
==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
==Thanks==
I started with this: http://seanm.ca/mosaic/ and applied the patch on the page. I pulled a bunch of getline()'s out. Presto.