oops
This commit is contained in:
parent
4f5b47500a
commit
0bcdd61f10
|
@ -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"
|
||||||
'())
|
'())
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user