mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-02 16:35:01 -04: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
|
||
|
|
||
|
|