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
- Host: GitHub
- URL: https://github.com/rhcarvalho/znc-builder
- Owner: rhcarvalho
- Created: 2016-11-03T21:20:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T11:04:33.000Z (over 9 years ago)
- Last Synced: 2025-03-02T09:33:12.887Z (over 1 year ago)
- Topics: bouncer, irc, znc
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.