浏览代码

Add dependencies installation for AlpineLinux

Yann Weber 5 年前
父节点
当前提交
52d699647d
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      README.md

+ 4
- 0
README.md 查看文件

@@ -58,6 +58,10 @@ For Archlinux, Try this.
58 58
 
59 59
     sudo pacman -S zlib gmp lib32-gmp openssl lib32-openssl libgee pth libgcrypt autoconf cmake autogen gawk scons git
60 60
 
61
+For AlpineLinux Try this.
62
+
63
+    apk add scons libssl1.0 openssl libgee gmp gmp-dev libgcrypt gawk zlib zlib-dev gcc pkgconf pkgconfig libc-dev libressl-dev libexecinfo-dev linux-headers
64
+
61 65
 To compile the code you can do this:
62 66
    
63 67
     scons

正在加载...
取消
保存