Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added libx11-dev to Ubuntu package requirements
  • Loading branch information
JakobEngel committed Oct 31, 2014
1 parent 3847145 commit a413462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ We tested LSD-SLAM on two different system configurations, using Ubuntu 12.04 (P
## 2.1 ROS fuerte + Ubuntu 12.04
Install system dependencies:

sudo apt-get install ros-fuerte-libg2o liblapack-dev libblas-dev freeglut3-dev libqglviewer-qt4-dev libsuitesparse-dev
sudo apt-get install ros-fuerte-libg2o liblapack-dev libblas-dev freeglut3-dev libqglviewer-qt4-dev libsuitesparse-dev libx11-dev

In your ROS package path, clone the repository:

Expand Down Expand Up @@ -78,7 +78,7 @@ For this you need to create a rosbuild workspace (if you don't have one yet), us

Install system dependencies:

sudo apt-get install ros-indigo-libg2o ros-indigo-cv-bridge liblapack-dev libblas-dev freeglut3-dev libqglviewer-dev libsuitesparse-dev
sudo apt-get install ros-indigo-libg2o ros-indigo-cv-bridge liblapack-dev libblas-dev freeglut3-dev libqglviewer-dev libsuitesparse-dev libx11-dev

In your ROS package path, clone the repository:

Expand Down

0 comments on commit a413462

Please sign in to comment.