Skip to content

Commit 502388c

Browse files
committed
Setup alpine sdk and clone abuild and aports
1 parent d3f0fad commit 502388c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

alpine/root/setup-dev.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,10 @@ cd zig
7474
$ZIG_PREFIX/zig build -p stage3 --search-prefix $LLVM_PREFIX --zig-lib-dir lib -Dstatic-llvm
7575
cd ..
7676

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+
7783
doas apk add docs texinfo

0 commit comments

Comments
 (0)