Add instructions for starting the GUI on Mac OS X to README.txt.
parent
95ee1a41f1
commit
f808f659b5
10
README.txt
10
README.txt
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue