mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 21:44:34 +00:00
14 lines
No EOL
490 B
Markdown
14 lines
No EOL
490 B
Markdown
# build subcommand
|
|
|
|
The build subcommand builds the package.
|
|
The steps performed in the default build are as follows:
|
|
|
|
1. Inspect code in comments/documentation (md files under doc).
|
|
2. Compile the code needed for the package.
|
|
3. For application packages, generate batch files or shell scripts equivalent to commands.
|
|
4. Run the test.
|
|
|
|
The deliverables after the build is completed are output to the following directory.
|
|
|
|
* During debug build: build/debug
|
|
* For release build: build/release |