File: INSTALL

package info (click to toggle)
gtkman 2.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: python: 500; makefile: 89
file content (31 lines) | stat: -rw-r--r-- 637 bytes parent folder | download
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
Installation
============

To install, just run:

    make

followed by:

    make install

as root.

You cat set PREFIX and PACKAGE_LOCALE_DIR environment variables in
a similar manner when running "make install" to specify the general
prefix and localization files locations respectively. Default values for
these are:
    PREFIX=/usr/local
    PACKAGE_LOCALE_DIR=/usr/share/locale

You can also set DESTDIR to change the installation target. Here's an
example:

    make install DESTDIR=/my/custom/installation/target PREFIX=/usr


NOTE
====

The installed gtkman executable is a python script. It expects
python 3.x to be installed.