How to install ZNC from Source on Ubuntu
- 2
- Add a Comment
Before you go and install this please note that you shouldn’t install this as root. Make another account to install or make an account just for the ZNC.
Step 1: Install the Requirements.
In the command line type the following:
sudo apt-get update
sudo apt-get install libc6-dev gcc build-essential
Step 2: Download ZNC From source
In the command line type the [...]

