File: README

package info (click to toggle)
ding-libs 0.7.0-1~exp2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,988 kB
  • sloc: ansic: 31,854; makefile: 325; sh: 39
file content (27 lines) | stat: -rw-r--r-- 363 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
# Build

To build the ding-libs from the tarball:
    ./configure
    make
    make docs (optional)
    make check (optional)
    make install

To build the ding-libs from a source checkout:
    autoreconf -if
then follow the tarball instructions above.

# Requirements

Build:

- `autotools`
- `gcc`
- `libc`
- `coreutils`
- `file`

Tests:

- `gettext`
- `diff`