However I did make it easy to build Factor so that the X11 UI may be used. First you compile with an extra flag passed to
make
:make macosx-ppc X11=1
Then you bootstrap with two special switches:
./f boot.image.ppc -no-cocoa -x11
That is all. You do not need to build a
Factor.app
as with the Cocoa UI, you can just set $DISPLAY
and run ./f
.
No comments:
Post a Comment