summaryrefslogtreecommitdiffstats
path: root/README
blob: 460f512e5cbe4e54c7a062a79f19d3ab44c9e077 (plain)
1
2
3
4
5
6
7
8
9
10
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.