NCSA Mosaic 2.7
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.
Go to file
TimP 5f74c675be Ignore <script> and <style> tags. 2012-03-15 21:05:30 -04:00
docs init 2010-03-08 05:55:21 -05:00
libXmx fix some warnings 2012-03-15 20:41:34 -04:00
libdtm init 2010-03-08 05:55:21 -05:00
libhtmlw Ignore <script> and <style> tags. 2012-03-15 21:05:30 -04:00
libnet init 2010-03-08 05:55:21 -05:00
libnut fix some warnings 2012-03-15 20:41:34 -04:00
libwww2 fix some warnings 2012-03-15 20:41:34 -04:00
makefiles trimming down 2010-03-08 06:16:25 -05:00
platform-configs continued trimming 2010-03-08 06:20:04 -05:00
src fix some warnings 2012-03-15 20:41:34 -04:00
.gitignore add .gitignore 2012-03-15 20:16:46 -04:00
CHANGES init 2010-03-08 05:55:21 -05:00
COPYRIGHT init 2010-03-08 05:55:21 -05:00
ChangeLog init 2010-03-08 05:55:21 -05:00
FEATURES init 2010-03-08 05:55:21 -05:00
INSTALL init 2010-03-08 05:55:21 -05:00
Makefile init 2010-03-08 05:55:21 -05:00
README.md whoops 2010-03-08 17:57:54 -07:00
README.old init 2010-03-08 05:55:21 -05:00
README.resources.html init 2010-03-08 05:55:21 -05:00
TODO init 2010-03-08 05:55:21 -05:00
XKeysymDB init 2010-03-08 05:55:21 -05:00
app-defaults.color init 2010-03-08 05:55:21 -05:00
config.h init 2010-03-08 05:55:21 -05:00
documents.menu init 2010-03-08 05:55:21 -05:00
mosaic-spoof-agents init 2010-03-08 05:55:21 -05:00
mosaic-user-defs init 2010-03-08 05:55:21 -05:00

README.md

NCSA Mosaic

GitHub viewed with 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. And, of course, hats off to Marc Andreessen, Eric Bina, and the rest of the NCSA team for kicking things off for us. Thanks!

Building

  • First, install these packages:

    sudo apt-get install build-essential libmotif-dev libjpeg62-dev libpng12-dev x11proto-print-dev libxmu-headers libxpm-dev libxmu-dev
    
  • Next, build with:

    make linux
    
  • Run!

    src/Mosaic