Go to file
Alan Dipert 29c82be0c2 init 2010-03-08 05:55:21 +07:00
auth init 2010-03-08 05:55:21 +07:00
docs init 2010-03-08 05:55:21 +07:00
libXmx init 2010-03-08 05:55:21 +07:00
libdtm init 2010-03-08 05:55:21 +07:00
libhtmlw init 2010-03-08 05:55:21 +07:00
libnet init 2010-03-08 05:55:21 +07:00
libnut init 2010-03-08 05:55:21 +07:00
libwww2 init 2010-03-08 05:55:21 +07:00
makefiles init 2010-03-08 05:55:21 +07:00
platform-configs init 2010-03-08 05:55:21 +07:00
src init 2010-03-08 05:55:21 +07:00
CHANGES init 2010-03-08 05:55:21 +07:00
COPYRIGHT init 2010-03-08 05:55:21 +07:00
ChangeLog init 2010-03-08 05:55:21 +07:00
FEATURES init 2010-03-08 05:55:21 +07:00
INSTALL init 2010-03-08 05:55:21 +07:00
Makefile init 2010-03-08 05:55:21 +07:00
Makefile.in init 2010-03-08 05:55:21 +07:00
Makefile.orig init 2010-03-08 05:55:21 +07:00
README init 2010-03-08 05:55:21 +07:00
README.old init 2010-03-08 05:55:21 +07:00
README.resources.html init 2010-03-08 05:55:21 +07:00
TODO init 2010-03-08 05:55:21 +07:00
XKeysymDB init 2010-03-08 05:55:21 +07:00
app-defaults.color init 2010-03-08 05:55:21 +07:00
app-defaults.color-sgi init 2010-03-08 05:55:21 +07:00
app-defaults.mono init 2010-03-08 05:55:21 +07:00
config init 2010-03-08 05:55:21 +07:00
config.guess init 2010-03-08 05:55:21 +07:00
config.h init 2010-03-08 05:55:21 +07:00
config.h.in init 2010-03-08 05:55:21 +07:00
config.sub init 2010-03-08 05:55:21 +07:00
configure init 2010-03-08 05:55:21 +07:00
configure.in init 2010-03-08 05:55:21 +07:00
documents.menu init 2010-03-08 05:55:21 +07:00
install-sh init 2010-03-08 05:55:21 +07:00
mosaic-imageselect-sites init 2010-03-08 05:55:21 +07:00
mosaic-spoof-agents init 2010-03-08 05:55:21 +07:00
mosaic-user-defs init 2010-03-08 05:55:21 +07:00
revert_makefiles init 2010-03-08 05:55:21 +07:00

README

=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.