File: INSTALL

package info (click to toggle)
libthreadar 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,072 kB
  • sloc: sh: 4,379; cpp: 2,499; makefile: 78
file content (23 lines) | stat: -rw-r--r-- 715 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

 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.