Implement DisableOwnDataBox and EnableOwnDataBox
[libisds.git] / INSTALL
blobb73a999d6835dea7d14ec695406758e68e297d88
1 See README for dependecies.
3 If you get code from VCS, you will need Autotools (automake, autoconf,
4 libtool) in addition and you must prepare build system with `autoreconf
5 --install'.
7 Then run `./configure && make && make install' to build and install library
8 into your system.
10 If you want to change installation directory use appropriate configure
11 argument (see `./configure --help' for more details).
13 If you want build example clients, add `--enable-example' to configure. You
14 can run and study example clients in `client' subdirectory.
16 If you want build and run library internal tests, add `--enable-test' to
17 configure. You can run tests by `make check'. You can run and study each test
18 in `test' subdirectory.
20 Example clients and tests are not installed by `make install'.