]> arthur.barton.de Git - pt.git/blob - INSTALL
pt 0.1.0
[pt.git] / INSTALL
1
2                          pt -- the MacPorts port tool
3               Copyright (c)2007 Alexander Barton, alex@barton.de
4
5                               Installation Notes
6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7
8 I) Automatic Installation
9
10 Type "make install". This will place the pt script in /usr/local/bin/pt and
11 the configuration file to /etc/.
12
13 That's it.
14
15
16 II) Manual Installation
17
18 Copy the file "bin/pt" to some location, for example /usr/local/bin and make
19 it executable by the system:
20
21 - mkdir -p /usr/local/bin
22 - cp bin/pt /usr/local/bin/
23 - chmod 755 /usr/local/bin/pt
24
25 Optionally, you can copy the sample configuration file to /etc:
26
27 - cp etc/pt.conf /etc/
28 - chmod 644 /etc/pt.conf
29
30 Now try something like "pt --help".
31
32 That's it. Have fun!
33
34
35 -- 
36 $Id$