I’m no expert, but since no one else has chimed in: if you’re distributing a program (vs a library) and you want it to work regardless of whether Racket is installed, what you probably want is to compile your program using raco distribute (https://docs.racket-lang.org/raco/exe-dist.html). Then distribute the resulting binary. This will be faster for your users.
I haven’t done much with Homebrew, but maybe this would be a good place to start: http://octavore.com/posts/2016/02/15/distributing-go-apps-os-x On Friday, June 7, 2019 at 3:59:21 AM UTC-5, james.geddes wrote: > > Dear All, > > Does anyone have experience sharing a Racket program using homebrew, for > users who may or may not have the Racket distribution installed? (Homebrew > is a popular package management system for the Mac.) > > In particular, I'd like to ensure that a certain Racket package (gregor) > is available but without necessarily changing the user's installation of > Racket if they already have one. > > (It doesn’t help that I have very little experience in distributing any > kind of program with homebrew.) > > If anyone has a homebrew “formula” that you would be willing to share, I’d > greatly appreciate taking a look! > > Many thanks, > > James > > > > -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/06889ecc-cf38-4037-9678-413169c8d5e2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.