From 4d8b6e0ceeb9c8df06decf33b83781adc00cbead Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 26 Jul 2016 21:17:20 +0200 Subject: cleaning. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 948b01e..c751014 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This code currently depend on experimental patches for Antlr4's C++ runtime whic more or less do it: git clone https://github.com/trygvis/antlr4 - cd antlr4 + cd antlr4/runtime/Cpp mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt/antlr-cpp .. @@ -43,6 +43,9 @@ This will build and install Antlr4 into $HOME/opt/antlr-cpp. To build this code follow a similar approach: mkdir build - cmake .. -DAntlr4_DIR=$HOME/opt/antlr-cpp/lib/cmake/Antlr4 -DCMAKE_INSTALL_PREFIX=$HOME/opt/elfinfo + cmake -DAntlr4_DIR=$HOME/opt/antlr-cpp/lib/cmake/Antlr4 \ + -DCMAKE_INSTALL_PREFIX=$HOME/opt/elfinfo \ + -DCMAKE_SKIP_RPATH=ON \ + .. make make install -- cgit v1.2.3