[erlang-questions] Creating .EXE from Erlang Application in Windows 7

Jean Parpaillon jean.parpaillon@REDACTED
Thu Oct 23 09:24:28 CEST 2014


Hi,
There are basically 2 kinds of erlang applications:
- the "pure erlang" way is to create a release including the runtime,
OTP and your application(s). Then a simple .bat script can launch the
runtime with the right options. reltool or systools are made for
creating these releases:
http://learnyousomeerlang.com/release-is-the-word
http://www.erlang.org/documentation/doc-1/apps/reltool/index.html 
rebar can help you using these tools.
- for a single executable, not distributed, with a single app, you can
create an 'escript' from your code which will be launched as an
executable. rebar includes the escriptize command to achieve this.
As an example, you can look at the 'averell' web server which is built
that way:
https://github.com/jeanparpaillon/averell 


Cheers
Jean

Le jeudi 23 octobre 2014 à 00:55 -0400, Rohan Sarker a écrit :
> Dear list members.
> 
>  
> 
>  
> 
> Can anyone help me with my questions?
> 
>  
> 
> Apologies for any misunderstandings since English is not my native
> language.
> 
>  
> 
> I know that within OTP there is no tool to make an .EXE from an Erlang
> Application.
> 
>  
> 
> I want to know if there is any open source projects that can do this.
> 
>  
> 
> Thank you.
> 
>  
> 
>  
> 
>  
> 
> Regards  
> 
> Rohan Sarker  
> 
> CEO & Founder  
> 
> SwitchGate CrystalShift  
> 
> www.rohansarker.com  
> 
> http://about.me/rohansarker  
> 
> https://www.facebook.com/rohan.sarker.5  
> 
> https://www.facebook.com/switchgatecrystalshift  
> 
> +913324288069  
> 
> +917278539338  
> 
> +919674221741  
> 
> Skype: arati_genius
> 
> 
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions

-- 
Jean Parpaillon
Open Source Consultant
Phone: +33 6 30 10 92 86
im: jean.parpaillon@REDACTED
skype: jean.parpaillon
linkedin: http://www.linkedin.com/in/jeanparpaillon/en




More information about the erlang-questions mailing list