Skip to content

Instantly share code, notes, and snippets.

View xingoxu's full-sized avatar

xingo xu xingoxu

View GitHub Profile
#!/bin/sh
# cross & static compile shadowsocks-libev
PCRE_VER=8.40
PCRE_FILE="http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$PCRE_VER.tar.gz"
MBEDTLS_VER=2.4.2
MBEDTLS_FILE="https://tls.mbed.org/download/mbedtls-$MBEDTLS_VER-gpl.tgz"