ding-libs

0

Описание

Языки

  • C98,8%
  • Makefile0,8%
  • M40,4%

Lukas Slebodnik

22 июн 2016, 13:03
README
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.