diff options
Diffstat (limited to 'init')
-rwxr-xr-x | init | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,11 +6,13 @@ echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositori | |||
6 | 6 | ||
7 | apk update | 7 | apk update |
8 | apk add automake autoconf libtool build-base mono | 8 | apk add automake autoconf libtool build-base mono |
9 | unzip wix314-binaries.zip | 9 | mkdir wix314-binaries |
10 | unzip wix314-binaries.zip -d wix314-binaries | ||
10 | cd wix-on-linux | 11 | cd wix-on-linux |
11 | ./autogen.sh | 12 | ./autogen.sh |
12 | ./configure --bindir=/root/wix314-binaries | 13 | ./configure --bindir=/root/wix314-binaries |
13 | make | 14 | make |
14 | make install | 15 | make install |
15 | 16 | ||
17 | apk del build-base | ||
16 | rm -rf /var/cache/apk/* | 18 | rm -rf /var/cache/apk/* |