Code::Blocks Forums

User forums => Help => Topic started by: Gerd256 on March 23, 2020, 06:52:21 am

Title: How to install Codeblocks on a Raspberry 3
Post by: Gerd256 on March 23, 2020, 06:52:21 am
Can you please help me.
I like to install Codeblocks, wxSmith and wxWidgets on a Raspberry 3.
I have downloaded this file from the Debian binary download page: codeblocks-17.12-1_am64_stable.tar.xz
Is this the correct file?
I have uncompressed this archive, but don't know what to do with it.
How do I install Codeblocks with the codeblocks-17.12-1_am64_stable.tar.xz file?
Thanks for your help.
Title: Re: How to install Codeblocks on a Raspberry 3
Post by: BlueHazzard on March 23, 2020, 08:22:09 am
You have two possibilities:
1) Search for a .deb file for raspberry
2) Build it by yourself: https://github.com/bluehazzard/codeblocks_sf/wiki/build_linux_mint_18

I think the file you have downloaded is the source and not the deb file you can simply install
Have you tried
Code
sudo apt install codeblocks
?
Title: Re: How to install Codeblocks on a Raspberry 3
Post by: cacb on March 23, 2020, 05:39:37 pm
Can you please help me.
I like to install Codeblocks, wxSmith and wxWidgets on a Raspberry 3.

Another alternative is setting up cross compilation, I recently made scripts to make that easier, see
https://github.com/arnholm/cross-pi

The basic sample uses wxSmith and wxWidgets.