Difference between revisions of "Lynx"

From Computer History Wiki
Jump to: navigation, search
(New page: 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...)
 
(added picture of google from lynx.. needs borders & descriptions!)
Line 3: Line 3:
 
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 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]].
  
 +
 +
[[Image:Lynx.png]]
  
  

Revision as of 19:47, 4 June 2009

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.


Lynx.png