Skip to content

Commit

Permalink
Update docs/Compiling-with-CMake.md for cutter (radareorg#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r authored and Maijin committed Sep 28, 2017
1 parent 4f1ec68 commit 2ef8b47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/Compiling-with-CMake.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 ..
```
```

0 comments on commit 2ef8b47

Please sign in to comment.