2015-08-16 00:43:27 +08:00
|
|
|
Requirements:
|
2015-09-06 13:36:09 +02:00
|
|
|
Qt >= 5.2
|
2015-08-16 00:43:27 +08:00
|
|
|
cmake
|
|
|
|
qtermwidget (https://github.com/qterminal/qtermwidget)
|
|
|
|
|
|
|
|
Build:
|
|
|
|
A shadow build (out of source) is strongly recommended
|
|
|
|
http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees
|
|
|
|
|
|
|
|
1) mkdir -p build && cd build
|
2015-09-06 13:36:09 +02:00
|
|
|
2) cmake path/to/source
|
2015-08-16 00:43:27 +08:00
|
|
|
3) make
|
|
|
|
4) optional: make install
|
|
|
|
|
|
|
|
Read cmake docs to fine tune the build process (CMAKE_INSTALL_PREFIX, etc...)
|