From 8ab1f6641d02d954b026bce3c45b85e742f48156 Mon Sep 17 00:00:00 2001 From: Dibyendu Majumdar Date: Sun, 29 Jul 2018 18:54:45 +0100 Subject: [PATCH] issue #110 update doc --- readthedocs/ravi-omr-instructions.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readthedocs/ravi-omr-instructions.rst b/readthedocs/ravi-omr-instructions.rst index 9c287aa..44f3978 100644 --- a/readthedocs/ravi-omr-instructions.rst +++ b/readthedocs/ravi-omr-instructions.rst @@ -86,14 +86,16 @@ Above results in (note that only the function code is shown below):: Build Dependencies ================== -* `CMake `_ is required for more advanced builds +* `CMake `_ is required * On Windows you will need Visual Studio 2017 Community edition Build Instructions ================== * Ravi uses a cut-down version of the `Eclipse OMR JIT engine `_. First build this library and install it. * The Ravi CMake build assumes you have installed the OMR JIT library under ``\Software\omr`` on Windows and ``$HOME/Software/omr`` on Linux or Mac OSX. -* Now you can build Ravi as follows on Linux or Mac OSX:: +* Now you can build Ravi as follows on Linux or Mac OSX: + +:: cd build cmake -DOMR_JIT=ON -DCMAKE_INSTALL_PREFIX=$HOME/ravi -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" ..