This commit is contained in:
Danny Yoo 2012-05-04 16:09:50 -04:00
parent 4f5b47500a
commit 0bcdd61f10
2 changed files with 7 additions and 1 deletions

View File

@ -724,6 +724,6 @@
(make-racket-launcher (list (path->string whalesong-path)) (make-racket-launcher (list (path->string whalesong-path))
"whalesong" "whalesong"
'()) '())
(make-racket-launcher (list (path->string whalesong-path)) (make-racket-launcher (list (path->string whalesong-gui-path))
"whalesong-gui" "whalesong-gui"
'()) '())

View File

@ -261,11 +261,17 @@ the @filepath{whalesong} launcher:
#lang racket/base #lang racket/base
(require (planet dyoo/whalesong:1:18/make-launcher)) (require (planet dyoo/whalesong:1:18/make-launcher))
}| }|
This may take a few minutes, as Racket is compiling Whalesong, its This may take a few minutes, as Racket is compiling Whalesong, its
dependencies, and its documentation. When it finally finishes, dependencies, and its documentation. When it finally finishes,
you should see a @filepath{whalesong} launcher in the current you should see a @filepath{whalesong} launcher in the current
directory. directory.
You should also see a @filepath{whalesong-gui} launcher that includes
a minimal graphical user interface.