We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f0fad commit 502388cCopy full SHA for 502388c
alpine/root/setup-dev.sh
@@ -74,4 +74,10 @@ cd zig
74
$ZIG_PREFIX/zig build -p stage3 --search-prefix $LLVM_PREFIX --zig-lib-dir lib -Dstatic-llvm
75
cd ..
76
77
+doas apk add alpine-sdk
78
+# git clone git://git.alpinelinux.org/abuild
79
+git clone --depth 1 https://git.alpinelinux.org/abuild
80
+# git clone git://git.alpinelinux.org/aports
81
+git clone --depth 1 https://git.alpinelinux.org/aports
82
+
83
doas apk add docs texinfo
0 commit comments