Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » How to install on raspberry (I need tutorial to install theide on raspberry3)
How to install on raspberry [message #49584] Tue, 06 March 2018 18:56 Go to next message
picoprof is currently offline  picoprof
Messages: 5
Registered: February 2018
Location: france
Promising Member
Hello,
I need install theide on raspberry.
My questions:
What file must be download ?
What folder must be copied on raspberry home/pi
How to compile the source files of theide
My first experience was very bad and i'm stoped.
My project is to integrate the stream of webcam in ihm.
I test opencv on raspberry3 and its right, now i want include the opencv software in ihm.
Thank you all
Re: How to install on raspberry [message #49585 is a reply to message #49584] Tue, 06 March 2018 21:09 Go to previous message
Klugier is currently offline  Klugier
Messages: 1076
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello,

One year ago I build ide for rasberry pi - here is the screenshot. You need to download tarbal from our site the extract it on your pi. After that you need to download all the dependencies by running buildrequires.debian. It can be done by running special script that is included in the tarbal.

At the end, you need to start compilation process. It can be done parallel. However, I suggest to use 3 cores instead of 4, because there is not too much memory to handle 4 concurrent compilation process. For security reasons, you can even use "make -j 2".

Build steps:
1. Extract tarbal to your home directory ~/upp
2. Change dir to ~/upp
3. Download debian dependencies - run sudo bash buildrequires.debian 
4. Compile ide (make -j 2)
5. Wait for compilation end - it might take some time (even 1-2 hours)
6. Launch ide
7. Now you can freely copy your binary ide to other raspberry pi machines. 


Sincerely,
Klugier


U++ - one framework to rule them all.

[Updated on: Tue, 06 March 2018 21:09]

Report message to a moderator

Previous Topic: Vector of Button
Next Topic: Taking a picture with a microscope
Goto Forum:
  


Current Time: Fri Apr 19 16:37:51 CEST 2024

Total time taken to generate the page: 0.02857 seconds