Linux: Install Jetbrains Clion C/C++ IDE 2017 on Ubuntu 16.04
This video demonstrates the installation process of CLion C/C++ IDE 2017.1 from Jetbrains on Ubuntu 16.04 LTS.
# To install the tools required to build C/C++ Projects, on Ubuntu/Debian
sudo apt-get update
sudo apt-get install build-essential
Official Website: https://www.jetbrains.com/clion/
ubuntu download