Skip to content

Commit 8de9bd0

Browse files
committed
Merge pull request #16 from 130s/impr/doc
Add binary installation to readme
2 parents 23be0e9 + dea348f commit 8de9bd0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,30 @@ This branch is the work of people working at U. Freiburg and Kuka, including
77
Christoph Sprunk and Rainer Kuemmerle.
88

99
[branch]: https://github.com/AndreaCensi/csm/tree/csm_eigen
10+
11+
Binary install (via ROS)
12+
------------------------------
13+
14+
(November 2015) Now you can install binary on Ubuntu (via ROS). As of today limited to Ubuntu Saucy and Trusty. To do so:
15+
16+
1. Add ROS repository to your Ubuntu's download site (For detail, see [ROS wiki](http://wiki.ros.org/indigo/Installation/Ubuntu)):
17+
18+
```
19+
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
20+
sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-key 0xB01FA116
21+
sudo apt-get update
22+
```
23+
24+
2. Install CSM.
25+
26+
```
27+
sudo apt-get install ros-indigo-csm
28+
```
29+
30+
The package name contains "ROS" specific info, but you can use this as a standalone CSM library. It goes into these directory:
31+
32+
```
33+
/opt/ros/indigo/include/csm
34+
/opt/ros/indigo/lib/libcsm-static.a
35+
/opt/ros/indigo/lib/libcsm.so
36+
```

0 commit comments

Comments
 (0)