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 [email protected]:grumpy/grumpy-irc (or https://)
git submodule init
git submodule update

Compile it

./configure
cd release
make
Clone this wiki locally