blob: 2cba77db883991b572202a84a11ba3a42b83864a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Install dependencies (on Debian/Ubuntu):
sudo apt-get install build-essential libglib2.0-dev libssl-dev hexchat-common
Build the plugin with:
make
Install with:
sudo make install
|