mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-30 16:25:04 +00:00
Fixed link in documentation (#1230)
This commit is contained in:
parent
711ed505dc
commit
0ab3757635
@ -15,8 +15,8 @@ In any case, there are obviously some requirements:
|
|||||||
- Qt 5.9 or above
|
- Qt 5.9 or above
|
||||||
- Python3.6
|
- Python3.6
|
||||||
|
|
||||||
**Before compiling, note that we also provide binaries available for
|
Before compiling, note that we also provide binaries available for
|
||||||
windows/linux/MacOS **\ `here <https://github.com/radareorg/cutter/releases>`__\ **.**
|
windows/linux/MacOS `here <https://github.com/radareorg/cutter/releases>`_.
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
@ -156,7 +156,9 @@ Download and unpack
|
|||||||
source root directory.
|
source root directory.
|
||||||
|
|
||||||
Environment settings (example for x64 version):
|
Environment settings (example for x64 version):
|
||||||
|
|
||||||
.. code:: batch
|
.. code:: batch
|
||||||
|
|
||||||
:: Export MSVC variables
|
:: Export MSVC variables
|
||||||
CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
|
CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
|
||||||
:: Add qmake to PATH
|
:: Add qmake to PATH
|
||||||
@ -165,11 +167,13 @@ Environment settings (example for x64 version):
|
|||||||
SET "PATH=C:\Program Files\Python36;%PATH%"
|
SET "PATH=C:\Program Files\Python36;%PATH%"
|
||||||
|
|
||||||
Install Meson:
|
Install Meson:
|
||||||
|
|
||||||
.. code:: batch
|
.. code:: batch
|
||||||
|
|
||||||
python -m pip install meson
|
python -m pip install meson
|
||||||
|
|
||||||
To compile Cutter run:
|
To compile Cutter run:
|
||||||
|
|
||||||
.. code:: batch
|
.. code:: batch
|
||||||
|
|
||||||
CALL prepare_r2.bat
|
CALL prepare_r2.bat
|
||||||
|
Loading…
Reference in New Issue
Block a user