From dea348fbdd57849b2fd65a1d58db0967aab5d61e Mon Sep 17 00:00:00 2001
From: "Isaac I.Y. Saito" <130s@2000.jukuin.keio.ac.jp>
Date: Thu, 19 Nov 2015 17:43:46 -0800
Subject: [PATCH] Add binary installation to readme

---
 README.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/README.md b/README.md
index 3d10c11..1f1ebd6 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,30 @@ This branch is the work of people working at U. Freiburg and Kuka, including
 Christoph Sprunk and Rainer Kuemmerle.
 
 [branch]: https://github.com/AndreaCensi/csm/tree/csm_eigen
+
+Binary install (via ROS)
+------------------------------
+
+(November 2015) Now you can install binary on Ubuntu (via ROS). As of today limited to Ubuntu Saucy and Trusty. To do so:
+
+ 1. Add ROS repository to your Ubuntu's download site (For detail, see [ROS wiki](http://wiki.ros.org/indigo/Installation/Ubuntu)):
+
+ ```
+sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
+sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-key 0xB01FA116
+sudo apt-get update
+```
+
+ 2. Install CSM. 
+
+ ```
+sudo apt-get install ros-indigo-csm
+```
+
+The package name contains "ROS" specific info, but you can use this as a standalone CSM library. It goes into these directory:
+
+ ```
+/opt/ros/indigo/include/csm
+/opt/ros/indigo/lib/libcsm-static.a
+/opt/ros/indigo/lib/libcsm.so
+```
-- 
GitLab