Fixed link in documentation (#1230)

This commit is contained in:
xarkes 2019-02-28 11:51:09 +01:00 committed by GitHub
parent 711ed505dc
commit 0ab3757635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,8 @@ In any case, there are obviously some requirements:
- Qt 5.9 or above
- Python3.6
**Before compiling, note that we also provide binaries available for
windows/linux/MacOS **\ `here <https://github.com/radareorg/cutter/releases>`__\ **.**
Before compiling, note that we also provide binaries available for
windows/linux/MacOS `here <https://github.com/radareorg/cutter/releases>`_.
--------------
@ -156,7 +156,9 @@ Download and unpack
source root directory.
Environment settings (example for x64 version):
.. code:: batch
:: Export MSVC variables
CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
:: Add qmake to PATH
@ -165,11 +167,13 @@ Environment settings (example for x64 version):
SET "PATH=C:\Program Files\Python36;%PATH%"
Install Meson:
.. code:: batch
python -m pip install meson
To compile Cutter run:
.. code:: batch
CALL prepare_r2.bat