summary refs log tree commit diff stats
path: root/plugins/fishlim/INSTALL
blob: d0d61ff8384632ca1af13b22e2aaeb2928590587 (plain) (blame)
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


Build the plugin with:

    make


Install with:

    sudo make install
} /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
INSTALLATION
============
Installation is straightforward. You need Audacious 1.4 or higher and D-Bus.
Open up the Makefile, check to make sure PCIIDS points to your pci.ids file.
	(Symptom if you get it wrong: raw PCI ID's (XXXX:XXXX) emitted by /VIDEO and friends).

Run: make
Run: make install

Voila!

NOTES:
`make install' copies the compiled library (something like xsys-v.v.v.so) to
$HOME/.xchat2/xsys-plugin.so for autoloading. If $HOME/.xchat2/xsys-plugin.so
exists, it is removed first.