You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,17 @@ __PLEASE NOTE: Do NOT add additional external dependencies or files. Everything
13
13
14
14
__PLEASE NOTE: Do NOT add a complicated "build system" (like autotools, CMake,...) other than the existing simple Makefile and bash.__
15
15
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
+
16
27
## How to build static binaries
17
28
18
29
* Build inside an Alpine Linux chroot (which gives us many dependencies from the system)
0 commit comments