File: INSTALL

package info (click to toggle)
libtlsrpt 0.5.0.-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: ansic: 605; makefile: 54; sh: 13
file content (22 lines) | stat: -rw-r--r-- 437 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
# Installation

## Creating ./configure

On development branches `./configure` is not provided. If `./configure` does
not exist, bootstrap the GNU Autotools toolchain like this:

```
$ autoreconf --verbose  --install --force
```

## Basic Installation

In order to install the libtlsrpt to `/usr/local/lib` and the header files to
`/usr/local/include` run the following command sequence:

```
$ ./configure 
$ make
$ make install 
```