Install CodeBlocks 17.12 IDE on Ubuntu 18.04.2 LTS (Bionic Beaver) | Linux Mint 19.1 Tessa | 2020
У вашего броузера проблема в совместимости с HTML5
*** Here are the steps in the videos ***
Step 1:
First install pre-processor, compiler, and wrapper by running following command
sudo apt-get install gpp gcc g++
Step 2:
Download Code::Blocks binary "codeblocks_17.12-1_amd64_stable.tar.xz" from official CodeBlocks website.
Step 3:
Extract downloaded archive with
tar -xf codeblocks_17.12-1_amd64_stable.tar.xz
Then install extracted deb-packages with
sudo dpkg -i *17.12*.deb
And finally, install missed dependencies with
sudo apt-get install -f
*** Thank you ***