Skip to content

Instantly share code, notes, and snippets.

@robbiet480
Created August 26, 2014 19:39
Show Gist options
  • Save robbiet480/dc8ba5a18d05f5a54ba0 to your computer and use it in GitHub Desktop.
Save robbiet480/dc8ba5a18d05f5a54ba0 to your computer and use it in GitHub Desktop.
How to compile inspircd for kickass.systems
Configure command:
./configure --enable-openssl --enable-extras=m_geoip.cpp,m_ldapauth.cpp,m_ldapoper.cpp,m_ssl_openssl.cpp,m_regex_pcre.cpp
Required packages on Ubuntu for that to succeed:
python-dev libpcre3-dev libssl1.0.0 libssl-dev pkg-config libldap2-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment