⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Petr Bena edited this page Apr 25, 2016 · 1 revision

Get the source

It's recommended to always use repository so that you get all submodules:

git clone git@github.com:grumpy/grumpy-irc (or https://)
git submodule init
git submodule update

Compile it

./configure
cd release
make

Clone this wiki locally