Difference between revisions of "Lynx"

From Computer History Wiki
Jump to: navigation, search
(added picture of google from lynx.. needs borders & descriptions!)
m (Typo: assember -> assembler)
 
Line 1: Line 1:
 
Lynx is a text mode browser.  I know it's used by the blind as text to speech can be used to navigate it.
 
Lynx is a text mode browser.  I know it's used by the blind as text to speech can be used to navigate it.
  
While the requirements are viewed as 'light' for Lynx on modern systems, building it on 4.3 BSD was a challange, as there is a massive switch statement that would break the default assember (even with -J flags).  So I was required to build [[gcc]] up to version 2.7.2.2 then build [[binutils]] 2.8.1, then rebuild gcc to use the new binutils to finally have a toolchain that was capable of building lynx on [[4.3 BSD]].
+
While the requirements are viewed as 'light' for Lynx on modern systems, building it on 4.3 BSD was a challange, as there is a massive switch statement that would break the default assembler (even with -J flags).  So I was required to build [[gcc]] up to version 2.7.2.2 then build [[binutils]] 2.8.1, then rebuild gcc to use the new binutils to finally have a toolchain that was capable of building lynx on [[4.3 BSD]].
  
  

Latest revision as of 16:22, 9 February 2016

Lynx is a text mode browser. I know it's used by the blind as text to speech can be used to navigate it.

While the requirements are viewed as 'light' for Lynx on modern systems, building it on 4.3 BSD was a challange, as there is a massive switch statement that would break the default assembler (even with -J flags). So I was required to build gcc up to version 2.7.2.2 then build binutils 2.8.1, then rebuild gcc to use the new binutils to finally have a toolchain that was capable of building lynx on 4.3 BSD.


Lynx.png