The Erlang program is compiled under Windows

Source: Internet
Author: User

There are many ways to compile Erlang, and this article describes a Simple and easy-to-use approach to Windows.

1. First, create a bat file under the project directory with the following content:

"C:\Program Files (x86) \erl6.1\bin\erl.exe"-make The front directory is your erlang installation directory;

2. Then, under the project directory, create a Emakefile files, Emakefile The file format is as follows:

{[' src/* ', ' src/mod/* ', ' src/pp/* ', ' src/lib/* '],[debug_info,{outdir, ' Ebin '}]}.

The above list is the file to be compiled, the following list is the compile option,debug_info is the compiled file plus debugging information, this option can be used in ERT with im () command debugging,OutDir is the development of the compiled output file directory.

3. finally click the first step of the bat file to complete the automatic compilation, if there are errors will give a hint.




The Erlang program is compiled under Windows

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.