Re: How do I "make base"
"'William J. Bowman' via users-redirect" <[email protected]>
| Newsgroups | gmane.comp.lang.racket.user,gmane.lisp.scheme.plt |
|---|---|
| Message-ID | <[email protected]> |
I always forget the build process when I'm hacking on Racket too and have to glare at the INSTALL file for a while. Maybe the INSTALL file has too much detail, or the wrong details, and the instructions get lost in it? I always build a minimal install via `make PKGS=base in-place` from the top-level directory of the Racket repo, then install everything else via `raco pkg install`. Binaries, including raco, end up in `racket/racket/bin`. -- William J. Bowman On Wed, Aug 03, 2016 at 06:02:53PM +0100, Tim Brown wrote: > Here's hoping someone can answer this without too much (any) difficulty: > > I have the Unix source in racket-6.6-src.tgz from the download page. > It's untarred into racket-6.6 . I want this because it has a superset > of the packages I'll eventually want in my installation. > > If I: > > configure > make > make plain-install > > I don't get a raco executable built. > > On IRC, it was suggested that I do a `make base` -- which should get me > a raco capabale of pkg and setup. Problem is -- I can't find base as a > target. > > It was also suggested that it is not in src/Makefile, instead: > "I'm usually in the top-level checkout dir", to quote stamourv. > > A git clone later and I *still* don't have base in any makefile. > > Folks... how do I either make base or get as minimal a racket > installation as I can with a capable raco? > > Thanks in anticipation, > > Tim > > -- > Tim Brown - [email protected] - +44(0)7771714159 > > -- > You received this message because you are subscribed to the Google Groups "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected] > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected] For more options, visit https://groups.google.com/d/optout.
signature.asc
(application/pgp-signature, 819 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJXoiXKAAoJEN3UjSaVjw0aoK0P/03gKFDSJLW2HOpZGB18Wfqr 2zQkl85Fi4+/D+AyRuopVbTTS6/NYzYX5qPMJtoo+RevzXRrvRS9BlGWYUspo8Dr 2Uo5NNjWxuFmCnXOGtjL6jkDHSrYFhpU5WJStOJG2sjzty7sB6Hafc7yY3DQCwAj nHK7bv+RD1KslgFBt/8MQIHj2yQ0Twr7MtfA+0qeyndczF99DW/5kZ424zZlxd8B PrCz8fXk8TRJ7HQc+iF5tlU0N70fIY/5RB7vKAJqNcad/9EaObrZ5eKXwVz4hyVl 7oJi5gjhEZUfLj4X+My4WsZCWNx1QIX+EqbQJZnBFuISmJOWrJzCO43/zsMCQ0Mj 6lP8RUaUlMMmF+2ArDQwqL6WIvF6rmePCLMpxytesSRTHIXtRfuLDaJ4ra7CM6y9 /Ij2mEsTPVINRDCiNLuPbHktMxY93Zf+oPGtk8x/LSvcomiUCu/2NcHISzuujIEF 0bLwbzHIa76T2bbxILBhNM8x26sKMcJ4+H0lbUJLNsdJTgR1aMbr0H8K2f7dzjy0 YbChcfnzIPoEPblhDHv2SVWyI2DqmDH1evNO8/mITMj+/Rm1rLoo1CjNbuDM3nq+ s8VC7r1Ny5mmzp0Yi7tKe6O3Ctn9LoAUu1f7AKrM2ITi7xQagbqvFdX7RkUOqB2o scaagi6UNilA6rS75O6K =+6BX -----END PGP SIGNATURE-----