Created
January 21, 2020 11:06
-
-
Save djleonskennedy/2daa846e776cf5e7f904ba3ee6009305 to your computer and use it in GitHub Desktop.
wathcman ubuntu 19+
This file contains 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
sudo apt install pkg-config | |
sudo apt install libssl-dev | |
./autogen.sh | |
./configure --without-python --without-pcre --enable-lenient | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment