update Windows and Mac OS build instructions
Explain how to deal with the "racket-lib" that is normally included with a source distribution, but that doesn't have dependencies specific to Windows or Mac OS.
This commit is contained in:
parent
8d6bdafb45
commit
dc2aa03e4e
|
@ -285,6 +285,17 @@ First, install Xcode and command-line tools from Apple.
|
||||||
After installing developer tools, follow the Unix instructions above,
|
After installing developer tools, follow the Unix instructions above,
|
||||||
but note the following:
|
but note the following:
|
||||||
|
|
||||||
|
* If you are building from a source distribution (as opposed to a Git
|
||||||
|
repository checkout), then most likely "racket-lib" is already
|
||||||
|
included and installed as part of the the distribution, but without
|
||||||
|
dependencies of "racket-lib" that are specific to Mac OS. In that
|
||||||
|
case, use
|
||||||
|
|
||||||
|
raco pkg update --auto racket-lib
|
||||||
|
|
||||||
|
using `raco` as created by `make install` to download and install
|
||||||
|
the dependencies.
|
||||||
|
|
||||||
* The Racket build creates a framework, "Racket.framework", which is
|
* The Racket build creates a framework, "Racket.framework", which is
|
||||||
installed into "racket/lib". This framework is used by the `racket`
|
installed into "racket/lib". This framework is used by the `racket`
|
||||||
executable that goes into "racket/bin".
|
executable that goes into "racket/bin".
|
||||||
|
|
|
@ -91,7 +91,16 @@ libraries, finish with
|
||||||
|
|
||||||
..\..\raco pkg install racket-lib
|
..\..\raco pkg install racket-lib
|
||||||
|
|
||||||
See also "..\native-lib\README.txt".
|
If you are building from a source distribution (as opposed to a Git
|
||||||
|
repository checkout), then most likely "racket-lib" is already
|
||||||
|
included and installed as part of the the distribution, but without
|
||||||
|
Windows-specific dependencies of "racket-lib". In that case, instead
|
||||||
|
of the above command, use
|
||||||
|
|
||||||
|
..\..\raco pkg update --auto racket-lib
|
||||||
|
|
||||||
|
Only if you are starting completely from scratch, see also
|
||||||
|
"..\native-lib\README.txt".
|
||||||
|
|
||||||
|
|
||||||
========================================================================
|
========================================================================
|
||||||
|
|
Loading…
Reference in New Issue
Block a user