Skip to content

Commit 174269d

Browse files
committed
Update README.md
1 parent bc5c978 commit 174269d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ sudo apt-get install build-essential cmake pkg-config libturbojpeg libjpeg-turbo
221221
# sudo apt-get install libturbojpeg0-dev (Debian)
222222
```
223223

224-
1. Install libusb. `sudo apt-get install libusb-1.0-0-dev`. The version must be >=1.0.20. You may use `sudo apt-add-repository ppa:floe/libusb` if version 1.0.20 is not available.
224+
1. Install libusb. `sudo apt-get install libusb-1.0-0-dev`. The version must be >=1.0.20. You may use `sudo apt-add-repository ppa:floe/libusb && sudo apt-get update && sudo apt-get upgrade` if version 1.0.20 is not available.
225225

226226
1. Install GLFW3, only if OpenGL 3.1 is supported (Odroid XU4 does not support it and you should use `cmake -DENABLE_OPENGL=OFF`). Try `sudo apt-get install libglfw3-dev`, if that is not available (e.g. Ubuntu trusty 14.04), you can download and install deb files from later Ubuntu releases:
227227

0 commit comments

Comments
 (0)