Skip to content

Instantly share code, notes, and snippets.

@justdoit0823
Last active August 8, 2017 06:00
Show Gist options
  • Save justdoit0823/db0098238df4b4eac7114be8054a891a to your computer and use it in GitHub Desktop.
Save justdoit0823/db0098238df4b4eac7114be8054a891a to your computer and use it in GitHub Desktop.
Common lib development dependencies.
# install zlib
apt install zlib1g zlib1g-dev
# install pcre
apt install libpcre3 libpcre3-dev
# language zh-hans
apt install language-pack-zh-hans
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment