Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.03 KB

ubuntu.md

File metadata and controls

55 lines (35 loc) · 1.03 KB

Horus installation in Ubuntu

return to Home

Version 0.2 beta3

Add our ppa:

NOTE: Official versions are hosted in ppa:bqlabs/horus. Alpha, beta and rc versions are hosted in ppa:bqlabs/horus-dev.

sudo add-apt-repository ppa:bqlabs/horus-dev
sudo apt-get update

Remove older OpenCV

NOTE: try to remove previous versions of opencv:

sudo apt-get remove python-opencv
sudo apt-get autoremove

Install Horus

NOTE: this command installs all the dependencies, including custom OpenCV libraries.

sudo apt-get install horus

If user has no access to serial port, execute:

sudo usermod -a -G dialout $USER
sudo reboot

Update Horus

If there is a new release just execute:

sudo apt-get upgrade

NOTE: our packages are hosted in launchpad.net