Skip to content

Commit f8dcc22

Browse files
risteonChristoph Rist
authored and
Christoph Rist
committed
Amend build instructions
1 parent 0ace074 commit f8dcc22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@
1212
* QT >= 5.2
1313
* OpenGL >= 3.3
1414
* [glow](https://github.com/jbehley/glow) (catkin package)
15+
* libmatio-dev
1516

1617
## Build
1718

1819
On Ubuntu 16.04, most of the dependencies can be installed from the package manager:
1920
```bash
20-
sudo apt install git libeigen3-dev libboost-all-dev qtbase5-dev libglew-dev catkin
21+
sudo apt install git libeigen3-dev libboost-all-dev qtbase5-dev libglew-dev catkin libmatio-dev
2122
```
2223

24+
Use a python-2 conda env.
25+
2326
Additionally, make sure you have [catkin-tools](https://catkin-tools.readthedocs.io/en/latest/) and the [fetch](https://github.com/Photogrammetry-Robotics-Bonn/catkin_tools_fetch) verb installed:
2427
```bash
2528
sudo apt install python-pip

0 commit comments

Comments
 (0)