File: INSTALL

package info (click to toggle)
xdx 2.91-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,968 kB
  • sloc: ansic: 6,136; sh: 4,745; perl: 197; makefile: 69; sed: 16
file content (27 lines) | stat: -rw-r--r-- 1,179 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
Basic installation instructions for Xdx
=======================================

The simplest way to compile Xdx is:

  1. `cd' to the directory containing the package's source code and type
     `./configure' to configure the package for your system.

  2. Type `make' to compile the package. Xdx needs the Gtk+2.0 development
     headers and libraries to compile. A package called pkg-config is also
     needed. There is a good chance that they will be installed together
     with the Gtk+ development environment.  As of version 2.91, Xdx
     requires Gtk3 3.24 or later (earlier versions not tested, feedback
     welcome).

  3. Type `make install' to install the programs and any data files and
     documentation (root/administrator privileges may be needed to install
     to the default path).

  4. When you want to stip the binary when installing, just type:
     `make install-strip'.

By default, `make install' will install the package's files in
`/usr/local/bin', `/usr/local/man/man1', `/usr/local/share/xdx', etc.
You can specify an installation prefix other than `/usr/local' by giving
`configure' the option `--prefix=PATH', e.g. `--prefix=$HOME/local'..