An open API service indexing awesome lists of open source software.

https://github.com/rhcarvalho/znc-builder

Build ZNC IRC bouncer for old CentOS 6.8
https://github.com/rhcarvalho/znc-builder

bouncer irc znc

Last synced: 18 days ago
JSON representation

Build ZNC IRC bouncer for old CentOS 6.8

Awesome Lists containing this project

README

          

# znc-builder

This repository builds a Docker image capable of building [`znc`](http://znc.in)
to run in an older CentOS system.

## Usage

```
make DEST=/path/to/destination/in/target/host
```

Suggestion: set `DEST` to your home directory in a target host.

Then copy `znc.tar.gz` to the target host, extract it to `DEST`, and change your
`.bashrc` to include:

```
export LD_LIBRARY_PATH="${HOME}/share"
```

Adjust the path above according to `DEST`.