eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.15k stars 459 forks source link

ARM arch #765

Closed kobzar closed 9 years ago

kobzar commented 9 years ago

Hello. Do you can add arm support for build? I think CodeLite will be the best choice for Raspberry/Banana PI Users. (Most popular OS - Raspbian/Bananian linux (Debian fork)) Thanks!

Razish commented 9 years ago

+1, this is a big boost to rpi development having a good IDE + debugger front end

jcowgill commented 9 years ago

CodeLite should already work on ARM. It's in the Raspbian repositories right now, although I haven't actually tested it.

https://buildd.debian.org/status/package.php?p=codelite http://archive.raspbian.org/raspbian/pool/main/c/codelite/

It's only 7.0 at the moment, but I'll get 8.0 uploaded soon.

kobzar commented 9 years ago

We waiting for 8 version. In bananian linux i dont see this pkg. I ask bananian developer or try install CL manual from *.deb after you update release

ghost commented 9 years ago

Try building from sources.

kobzar commented 9 years ago

Sorry, but this is no good idea to use IDE in future on debian. Because no many people can build it rom sources and not useful method when update or some else. This got as more bugtrace until uses.

ghost commented 9 years ago

Download source code. And from the console window do these steps:

// Step 1
git clone https://github.com/eranif/codelite.git
cd codelite

// Step 2
mkdir build-release
cd build-release

// Step 3
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
make -j4

// Step 4
sudo make install

CodeLite should be built and installed. Should be that simple.

eranif commented 9 years ago

We have no plan on supporting other platforms at this point. I think the James solution is more than sufficient, if not you can build it from sources. Its really trivial task

Eran

kobzar commented 9 years ago

this is very bad. Today i try compile it on mac os first and cant. Many errors :( And i am not good compiller. But you ide is very ligthweit, so raspberri/banana PI community users will be happy!!! At this time we dont have realy good ide on this oneboard PC. %)