1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
If using code directly from git (github or sourceforge) first read the file
USING_SOURCE_FROM_GIT to generate the configure script. Then follow the steps
below. If downloading tarball package from sourceforge the configure script
is included so you can directly follow the steps detailed below.
installation instructions for libthreadar
1 - run './configure [options]'
where [options] can be --prefix=/usr (by default installation goes to /usr/local)
run './configure --help' for more available options
2 - compile running 'make'
3 - once compilation succeeded, as root install by running 'make install'
3 - Distro package maintainer can make use of DESTDIR variable at step 3.
|