Add missing prototype
[lms] / python-lightmediascanner / README
1                PYTHON BINDINGS FOR LIGHT MEDIA SCANNER
2
3 REQUIREMENTS
4 ============
5
6  * LightMediaScanner >= 0.1.0
7  * Cython >= 0.9.6.8
8  * Python >= 2.4
9  * Python-setuptools >= 0.6_rc3
10
11
12 BUILDING AND INSTALLING
13 =======================
14
15 This package uses setuptools, so execute:
16
17 Build::
18
19         python setup.py build
20
21 Install::
22
23         python setup.py install
24
25 You can choose where to install by using command options, see output
26 of "python setup.py <command> --help", example:
27
28         python setup.py install --help
29
30 Options can also be set in file "setup.cfg".