mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 23:45:07 -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
|
|
|
|
|