Browse Source

Add dependencies installation for AlpineLinux

Yann Weber 5 years ago
parent
commit
52d699647d
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      README.md

+ 4
- 0
README.md View File

@@ -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

Loading…
Cancel
Save