File: README

package info (click to toggle)
luma 2.3-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 4,108 kB
  • ctags: 1,260
  • sloc: python: 17,617; makefile: 19
file content (33 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
AUTHOR: Wido Depping <widod@users.sourceforge.net>

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! :)