Fork de mosaic con modificaciones para que funcione con GCC 10

pomelo 6446563e83 README.md actualizado 2 yıl önce
docs 1446c97470 Automatically remove trailing whitespace 12 yıl önce
libXmx 6446563e83 README.md actualizado 2 yıl önce
libdtm 1446c97470 Automatically remove trailing whitespace 12 yıl önce
libhtmlw 6446563e83 README.md actualizado 2 yıl önce
libnet 1446c97470 Automatically remove trailing whitespace 12 yıl önce
libnut 6446563e83 README.md actualizado 2 yıl önce
libwww2 6446563e83 README.md actualizado 2 yıl önce
makefiles 22da6c5d7d add support to build on freebsd 3 yıl önce
platform-configs 294f1a2ccb Ops, missed a file: config file to support UNICOS. 4 yıl önce
src 6446563e83 README.md actualizado 2 yıl önce
CHANGES 1446c97470 Automatically remove trailing whitespace 12 yıl önce
COPYRIGHT 29c82be0c2 init 15 yıl önce
ChangeLog 29c82be0c2 init 15 yıl önce
FEATURES 1446c97470 Automatically remove trailing whitespace 12 yıl önce
INSTALL 1446c97470 Automatically remove trailing whitespace 12 yıl önce
Makefile 22da6c5d7d add support to build on freebsd 3 yıl önce
Mosaic.ad af1c9aaaa2 Allow Mosaic to display UTF-8 encoded characters (#18) 2 yıl önce
README.md dccb8a7a2c README.md actualizado 2 yıl önce
README.old 1446c97470 Automatically remove trailing whitespace 12 yıl önce
README.resources.html 1446c97470 Automatically remove trailing whitespace 12 yıl önce
TODO 29c82be0c2 init 15 yıl önce
XKeysymDB 29c82be0c2 init 15 yıl önce
app-defaults.color 1446c97470 Automatically remove trailing whitespace 12 yıl önce
config.h 29c82be0c2 init 15 yıl önce
documents.menu 29c82be0c2 init 15 yıl önce
mosaic-spoof-agents 29c82be0c2 init 15 yıl önce
mosaic-user-defs 1446c97470 Automatically remove trailing whitespace 12 yıl önce

README.md

NCSA Mosaic

GitHub viewed with Mosaic

Aquí yace NCSA Mosaic 2.7, uno de los primeros navegadores web gráficos. Sigue las instrucciones de abajo para compilarlo y ejecutarlo.

This is NCSA Mosaic 2.7, one of the first graphical web browsers. 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 on Void Linux

  • Primero, instala los siguientes paquetes (First, install these packages):

    (sudo or doas) xbps-install -S (sudo o doas) xbps-install -S git make gcc motif-devel libXmu-devel libjpeg-turbo-devel libXt-devel

  • Luego, compila con (Next, build with):

    make linux

  • ¡EJECUTA! (Run!)

    src/Mosaic