Last active
August 8, 2017 06:00
-
-
Save justdoit0823/db0098238df4b4eac7114be8054a891a to your computer and use it in GitHub Desktop.
Common lib development dependencies.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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