Skip to content

Instantly share code, notes, and snippets.

@artygus
Last active January 9, 2016 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artygus/9a2e7c22ecbfdb05e550 to your computer and use it in GitHub Desktop.
Save artygus/9a2e7c22ecbfdb05e550 to your computer and use it in GitHub Desktop.
ios-webkit-debug-proxy msys2
cd libxml2-2.9.0
./configure CC='gcc -static-libgcc' --without-iconv && make && make install
cd openssl-1.0.0d
CC='gcc -static-libgcc' ./Configure mingw --prefix=/usr/local shared
make && make install
cd pcre-8.37
CC='gcc -static-libgcc' ./configure --disable-cpp --disable-shared --enable-newline-is-anycrlf --enable-utf8 --enable-unicode-properties
make && make install
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment