Clarification Re: [thelist] Running Lynx on OS X

Stephen Rider evolt_org at striderweb.com
Wed Oct 27 09:25:34 CDT 2004


Clarification:

You still have to download and install Lynx from 
<http://www.osxgnu.com/>.  These instructions create a double-clickable 
icon in the Finder that you can use to then run Lynx without having to 
type (and remember) the Terminal command.

On Oct 27, 2004, at 9:21 AM, Stephen Rider wrote:

> First off, the Apple website just links to to same version you find on 
> osxgnu.com (in reference to the person who told you to download the 
> "official' version from Apple's website).
>
> Second:
> If you want a clickable link, open up the Applescript "Script Editor" 
> program and put in the following:
>
> tell application "Terminal"
> 	activate
> 	do script "/usr/local/bin/lynx"
> end tell
>
> Save it as an application, /et voila/!



More information about the thelist mailing list