Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/development/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ sudo apt-get install python-wxgtk3.0
sudo apt-get remove python-opencv
sudo apt-get autoremove
```
*NOTE*: Before adding the ppa:bqlabs/horus, check Debian's /etc/apt/ subdirectory for sources.list.d
If it exists, the proper command will become "sudo add-apt-repository -y ppa:bqlabs/horus"
Edit the /etc/apt/sources.list.d/bqlabs-horus-jessie.list file to contain:
deb http://ppa.launchpad.net/bqlabs/horus/ubuntu trusty main
# deb-src http://ppa.launchpad.net/bqlabs/horus/ubuntu trusty main

save the edits, and continue with sudo apt-get update

```bash
sudo add-apt-repository ppa:bqlabs/horus
Expand Down