Regenerate locales.
[wammu.git] / INSTALL
blob2301b3fd22271a18ca5e2a8685b12446830f81c4
1 Wammu installation
2 ==================
4 It uses standard distutils, so:
5 python setup.py build
6 su
7 python setup.py install
9 You need python-gammu and wxPython (Unicode enabled build) installed to
10 run and install this program. If you want support for scanning bluetooth
11 devices, you need PyBluez [1]. For incoming events notifications, you
12 need dbus-pyhon [2].
14 For Windows you also have install Pywin32 [3].
16 If you want to obey dependency checking at build time for any reason,
17 you can use --skip-deps option.
19 [1]: http://org.csail.mit.edu/pybluez/
20 [2]: https://sourceforge.net/projects/pywin32/
21 [3]: http://www.freedesktop.org/wiki/Software/DBusBindings
23 # vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us