mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
17 lines
187 B
Plaintext
17 lines
187 B
Plaintext
|
|
||
|
Install dependencies (on Debian/Ubuntu):
|
||
|
|
||
|
sudo apt-get install build-essential libglib2.0-dev libssl-dev
|
||
|
|
||
|
|
||
|
Build the plugin with:
|
||
|
|
||
|
make
|
||
|
|
||
|
|
||
|
Install with:
|
||
|
|
||
|
sudo make install
|
||
|
|
||
|
|