AUTHOR: Wido Depping AFTER CVS CHECKOUT ------------------ If Luma is freshly checked out from cvs, run the 'make-run' script. It creates a symlink from bin/luma to lib/luma/luma.py. Alternatively run lib/luma/luma.py directly. Luma does not have to be installed in the system to run. INSTALL ------- Luma needs the following library version installed, in order to run: QT >= 3.2 Python >= 2.3 PyQt >= 3.10 python-ldap >= 2.0.0 Additionally you need the smbpasswd module for python if you want to use nthash and lmhash passwords. The module can be found at http://barryp.org/software/py-smbpasswd/ To install Luma, just execute the install script 'install.py'. You must give a path as prefix. Example: ./install.py --prefix=/usr/local If you run the script without the prefix option, only some checks will be done. This is useful, if you want to test if all needed software packages are available on your system. Thats all. Enjoy Luma! :)