Add instructions for starting the GUI on Mac OS X to README.txt.

release
Kevin Reid 2006-05-05 03:20:21 +00:00
parent 95ee1a41f1
commit f808f659b5
1 changed files with 9 additions and 1 deletions

View File

@ -94,12 +94,20 @@ To run the Factor system, issue the following command:
This will start the interactive listener where Factor expressions may
be entered.
To run the graphical user interface, issue the following command:
To run the graphical user interface on non-Mac OS X systems, issue the
following command:
./f factor.image -shell=ui
Note that on Windows, this is the default.
To prepare to run the GUI on Mac OS X, issue the following command:
make macosx.app
once after bootstrapping, then double-click the Factor application to
run it.
On Unix, this might fail if the SDL libraries are not installed, or are
installed under unconventional names. This can be solved by explicitly
naming the libraries during bootstrap, as in the next section.