From 2d1b1173a89186c3eeb68cee158cc912f8d27a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 26 May 2017 09:15:39 +0200 Subject: [PATCH] Use master branch of ros_comm https://github.com/ros/ros_comm/pull/1065 was merged, so the master branch of ros_comm can now be used. --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index a07e455..5077787 100644 --- a/readme.md +++ b/readme.md @@ -205,10 +205,8 @@ SIGSEGV crashes with PostgreSQL 9.6 If the `postgresql` process crashes with a SIGSEGV error it means that you are hitting the xxHash symbols conflict issue reported in https://github.com/ros/ros_comm/pull/1065. To fix the issue the `roslz4` Python package should be built and installed from source. -``` +```bash git clone https://github.com/ros/ros_comm -git fetch https://github.com/elemoine/ros_comm xxh-namespace -git checkout FETCH_HEAD cd utilities/roslz4 mkdir build cmake -DCMAKE_INSTALL_PREFIX=/usr ..