blob: 824ab74b0ba0e2c324a25921909e06eddc14699b (
plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
====================
INSTALL instructions
====================
:Last update: $Date: 2007-12-18 14:32:42 +0100 (Di, 18 Dez 2007) $
:Revision: $Revision: 10 $
:Contact: p@rdus.de
Obtaining the software
----------------------
Download the software at
http://sourceforge.net/project/showfiles.php?group_id=195416
Prerequisites
-------------
layman requires the following to work:
- >=python-2.5 (http://www.python.org)
In addition you will need to install the different version control /
file management systems that layman should support.
layman can support the following systems:
- bzr
- cvs
- darcs
- git
- mercurial
- rsync
- svn
- tar
- g-common (g-cran)
Installing the software
-----------------------
Download the package, unpack it and use the Python setup.py to build
and install the software:
python setup.py build
python setup.py install
Configuring the software
------------------------
The basic configuration can be found in /etc/layman/layman.cfg.
If you are using layman for overlay management on Gentoo you should
follow the configuration instructions provided after installing the
tool.
Upgrading the software
----------------------
Simply download and install a newer version following the
instructions given above.
Obtaining support
-----------------
Post a bug report at http://bugs.gentoo.org
|