updated the doc for distribution location
svn: r163
This commit is contained in:
parent
2f46304b4e
commit
f591002a7d
|
@ -108,9 +108,9 @@ confirm (or refute!) that they are working correctly.
|
||||||
Installing MzTake
|
Installing MzTake
|
||||||
|
|
||||||
MzTake is a DrScheme tool distributed as a self-installing
|
MzTake is a DrScheme tool distributed as a self-installing
|
||||||
".PLT" file from the PLaneT Package Repository.
|
".PLT" file from the following web site:
|
||||||
|
|
||||||
http://planet.plt-scheme.org/
|
http://www.cs.brown.edu/research/plt/software/mztake/
|
||||||
|
|
||||||
MzTake requires PLT Scheme v208 and higher.
|
MzTake requires PLT Scheme v208 and higher.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
(module make-plt mzscheme
|
(module make-plt mzscheme
|
||||||
|
|
||||||
(require (lib "pack.ss" "setup")
|
(require (lib "pack.ss" "setup")
|
||||||
(lib "util.ss" "planet"))
|
#;(lib "util.ss" "planet"))
|
||||||
|
|
||||||
(define (my-filter path)
|
(define (my-filter path)
|
||||||
(and (std-filter path)
|
(and (std-filter path)
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
(regexp-match #rx"make" path)))))
|
(regexp-match #rx"make" path)))))
|
||||||
|
|
||||||
;For use with PLaneT
|
;For use with PLaneT
|
||||||
(parameterize ((current-directory "."))
|
#;(parameterize ((current-directory "."))
|
||||||
(pack "mztake-planet.plt"
|
(pack "mztake-planet.plt"
|
||||||
"MzTake Debugger"
|
"MzTake Debugger"
|
||||||
'(".")
|
'(".")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user