Installation Guide
A quick guide about installing the Network Builder IDE on different Linux distributions.
Ubuntu
Update packages
sudo apt update
Installing QtIF dependencies
Install the following packages, required by the Qt Installer Framework
sudo apt install -y libxkbcommon-x11-0
sudo apt install -y libxcb-icccm4-dev
sudo apt install -y libxcb-image0
sudo apt install -y libxcb-keysyms1
sudo apt install -y libxcb-render-util0
Installing Docker (no sudo)
See the following...
Running the installer
Download the Network Builder IDE installer from our website link.\n Then, run it from the shell (without sudo):
# Assuming the installer has been stored inside the default Download directory
cd ~/Downloads && ./cord_ide_installer.bin