RE env for inspecting APKs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
482 B

  1. #!/bin/bash
  2. #
  3. sudo apt-get install --no-install-recommends build-essential autoconf libtool \
  4. libssl-dev gawk debhelper dh-systemd init-system-helpers pkg-config asciidoc \
  5. xmlto apg libpcre3-dev zlib1g-dev libev-dev libudns-dev libsodium-dev libmbedtls-dev libc-ares-dev automake -y
  6. sudo git clone https://github.com/shadowsocks/shadowsocks-libev.git
  7. cd shadowsocks-libev/
  8. git submodule update --init
  9. ./autogen.sh && ./configure && make && make install