News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How to install Codeblocks on a Raspberry 3

Started by Gerd256, March 23, 2020, 06:52:21 AM

Previous topic - Next topic

Gerd256

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.

BlueHazzard

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
sudo apt install codeblocks?

cacb

Quote from: 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.

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.