Skip to content

Commit 6f0dcea

Browse files
authored
Building locally
[ci skip]
1 parent 1d00858 commit 6f0dcea

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ __PLEASE NOTE: Do NOT add additional external dependencies or files. Everything
1313

1414
__PLEASE NOTE: Do NOT add a complicated "build system" (like autotools, CMake,...) other than the existing simple Makefile and bash.__
1515

16+
## Building locally
17+
18+
Binaries are provided on GitHub Releases. Should you prefer to build locally or on GitHub Codespaces, the following will build the contents of this repository in an Alpine container:
19+
20+
```
21+
export ARCHITECTURE=x86_64
22+
./chroot_build.sh
23+
```
24+
25+
This whole process takes only a few seconds on GitHub Codespaces.
26+
1627
## How to build static binaries
1728

1829
* Build inside an Alpine Linux chroot (which gives us many dependencies from the system)

0 commit comments

Comments
 (0)