Update docs/Compiling-with-CMake.md for cutter (#14)

This commit is contained in:
Florian Märkl 2017-09-28 22:05:59 +02:00 committed by Maijin
parent 4f1ec686ea
commit 2ef8b47423

View File

@ -1,13 +1,13 @@
# Compiling with CMake
The "official" way to build Iaito is by using qmake, but as an alternative, a [CMakeLists.txt](https://github.com/hteso/iaito/blob/master/src/CMakeLists.txt) is provided, so CMake can be used as well.
The "official" way to build Cutter is by using qmake, but as an alternative, a [CMakeLists.txt](https://github.com/radareorg/cutter/blob/master/src/CMakeLists.txt) is provided, so CMake can be used as well.
This page provides a guide to compile on **Linux** or **macOS**, the process for Windows is described in [[Compiling on Windows|Compiling-on-Windows]].
This page provides a guide to compile on **Linux** or **macOS**, the process for Windows is described in [Compiling-on-Windows.md](Compiling-on-Windows.md).
## Requirements
* CMake >= 3.1
* Radare2 installed from submodule, see [README.md](https://github.com/hteso/iaito#requirements)
* Qt 5.6 including the components Core Widgets Gui WebEngine WebEngineWidgets
* Radare2 installed from submodule, see [README.md](https://github.com/radareorg/cutter#requirements)
* Qt 5.9.1 including the components Core Widgets Gui WebEngine WebEngineWidgets
## Building
@ -45,4 +45,4 @@ If that is the case, double check that Qt 5.6 is installed correctly and contain
```
rm CMakeCache.txt # the cache may be polluted with unwanted libraries found before
cmake -DCMAKE_PREFIX_PATH=/opt/Qt/5.6/gcc_64 ..
```
```