issue #169 Update doc

asmvm
Dibyendu Majumdar 4 years ago
parent f92ef5084a
commit 3df623c029

@ -1,12 +1,13 @@
Instructions for Building With MIR JIT support Instructions for Building With MIR JIT support
============================================== ==============================================
Please note that currently MIR JIT support is only available on Linux X86-64 platform. Please note that currently `MIR <https://github.com/vnmakarov/mir>`_ JIT support is only available on Linux X86-64 platforms.
Building with MIR support is very simple:: Building with MIR support is straightforward as MIR is included in Ravi::
mkdir buildmir mkdir buildmir
cmake -DMIR_JIT=ON .. cd buildmir
make cmake -DCMAKE_INSTALL_PREFIX=$HOME/ravi -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" -DMIR_JIT=ON ..
make install
That's it. That's it.

Loading…
Cancel
Save