# 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 
```
 
