Author Topic: How to install Codeblocks on a Raspberry 3  (Read 2818 times)

Offline Gerd256

  • Single posting newcomer
  • *
  • Posts: 3
How to install Codeblocks on a Raspberry 3
« 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.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: How to install Codeblocks on a Raspberry 3
« Reply #1 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
?

Offline cacb

  • Lives here!
  • ****
  • Posts: 536
Re: How to install Codeblocks on a Raspberry 3
« Reply #2 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.