Skip to content

Instantly share code, notes, and snippets.

@idlecool
Created November 28, 2011 17:53
Show Gist options
  • Save idlecool/1401296 to your computer and use it in GitHub Desktop.
Save idlecool/1401296 to your computer and use it in GitHub Desktop.
$ 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
@TheKirkMiller
Copy link

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