Skip to content

Instantly share code, notes, and snippets.

View bash99's full-sized avatar

Ben Rood bash99

View GitHub Profile
#!/bin/bash
# cross & static compile shadowsocks-libev
PCRE_VER=8.44
PCRE_FILE="https://ftp.pcre.org/pub/pcre/pcre-$PCRE_VER.tar.gz"
MBEDTLS_VER=2.16.6
MBEDTLS_FILE="https://tls.mbed.org/download/mbedtls-$MBEDTLS_VER-gpl.tgz"