How to install latest Code::Blocks using codeblocks_17.12-1_amd64_stable.tar.xz
?
Software center has an old version and I am not able to configure. How to install? Why is there no documentation for installing?
How to install latest Code::Blocks using codeblocks_17.12-1_amd64_stable.tar.xz
?
Software center has an old version and I am not able to configure. How to install? Why is there no documentation for installing?
You should extract downloaded archive with
Then install extracted deb-packages:
And finally install missed dependencies:
Please note that
codeblocks-contrib
will be removed on 16.04 LTS and on 18.04 LTS because of missedlibhunspell-1.4-0
dependency.Do not forget to install compiler such as GCC.
if you apply the same steps already explained
and
But with debian testing .deb instead of debian stable, libhunspell version is in sync and all work ok, including the codeblocks-contrib package.