Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: wanggaoteng on June 20, 2018, 03:17:08 pm

Title: how to install the latest version of codeblocks on ubuntu?
Post by: wanggaoteng on June 20, 2018, 03:17:08 pm
hi, i use "sudo apt-get install codeblocks " to install CB on ubuntu 18.04, after installing, i find that the version of CB on ubuntu is very old (CB 16.01), is there any way to install the latest version of CB on ubuntu?
thanks :)
Title: Re: how to install the latest version of codeblocks on ubuntu?
Post by: oBFusCATed on June 20, 2018, 08:35:42 pm
You can build a package manually if our download section doesn't provide packages for 18.04.
Title: Re: how to install the latest version of codeblocks on ubuntu?
Post by: BlueHazzard on June 20, 2018, 11:54:04 pm
And please report it to the maintainer of your linux distribution that there is a new release of codeblocks

You can build codeblocks pretty easy: https://github.com/bluehazzard/codeblocks_sf/wiki/build_linux_mint_18
if you find difficulties in this build instruction please report them...
Title: Re: how to install the latest version of codeblocks on ubuntu?
Post by: wanggaoteng on June 21, 2018, 11:10:25 am
And please report it to the maintainer of your linux distribution that there is a new release of codeblocks

You can build codeblocks pretty easy: https://github.com/bluehazzard/codeblocks_sf/wiki/build_linux_mint_18
if you find difficulties in this build instruction please report them...
Hi, thanks a lot. The link is very helpful and i build CB correctly according the step by step method.
Best regards. :D