Skip to content

Instantly share code, notes, and snippets.

View yuzhidi's full-sized avatar

Leocone yuzhidi

  • Chengdu(Sichuan,China)
View GitHub Profile
@yuzhidi
yuzhidi / cltools.sh
Created February 23, 2018 06:44 — forked from justinbellamy/cltools.sh
Install Autoconf and Automake on OS X El Capitan
#!/bin/sh
##
# Install autoconf, automake and libtool smoothly on Mac OS X.
# Newer versions of these libraries are available and may work better on OS X
#
# This script is originally from http://jsdelfino.blogspot.com.au/2012/08/autoconf-and-automake-on-mac-os-x.html
#
export build=~/devtools # or wherever you'd like to build
@yuzhidi
yuzhidi / apk_zipalign_resign.md
Created June 15, 2021 06:41 — forked from ctrl-freak/apk_zipalign_resign.md
Modifying Android APK and Resign on Windows