Created
November 28, 2011 17:53
-
-
Save idlecool/1401296 to your computer and use it in GitHub Desktop.
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
$ sudo yum update | |
$ sudo yum install openssl-devel | |
$ sudo yum install gcc-c++ | |
$ wget -c http://znc.in/releases/znc-latest.tar.gz | |
$ tar -xzvf znc-latest.tar.gz | |
$ cd znc* | |
$ ./configure | |
$ make | |
$ sudo make install |
Thank you so much idlecool and greghdnershott!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If using Amazon Linux (very minimal) you'll also need
sudo yum install make
.