[racket-users] making standalone application

2016-03-19 Thread sagar tripathy
i am trying to make a software with Racket for generic use . Or ,you can say a 
complete setup for system without "DRracket" or "minimal Racket" . I do not 
know the way to achieve it.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] making standalone application

2016-03-19 Thread Daniel Brunner
Am 19.03.2016 um 17:03 schrieb sagar tripathy:
> i am trying to make a software with Racket for generic use . Or ,you can say 
> a complete setup for system without "DRracket" or "minimal Racket" . I do not 
> know the way to achieve it.
> 

Hi, what kind of OS and platform are you using?

Perhaps the following parts of the documentation may help:

https://docs.racket-lang.org/guide/running.html

https://docs.racket-lang.org/raco/exe.html
https://docs.racket-lang.org/raco/exe-dist.html

Hope that helps.

Kind regards,
Daniel

-- 
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.
For more options, visit https://groups.google.com/d/optout.