We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d58c85 commit fe96fc4Copy full SHA for fe96fc4
README.md
@@ -56,6 +56,8 @@ apt-get install build-essential cmake git
56
apt-get install libgl1-mesa-dev libglu1-mesa-dev libxrandr-dev libxext-dev
57
# OpenCV
58
apt-get install libopencv-dev
59
+# If missing gflags
60
+apt-get install libgflags-dev
61
apt-get install libboost-all-dev # for mLib
62
```
63
0 commit comments