Andrew Lee (李健秋) 5a1e2ec42e Adding upstream version 0.6.0.
Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>
2015-08-16 00:50:31 +08:00

17 lines
485 B
Plaintext

Requirements:
Qt4 or Qt5
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
2a) cmake path/to/source -DUSE_QT5=true # Qt 5
2b) cmake path/to/source # Qt 4 only
3) make
4) optional: make install
Read cmake docs to fine tune the build process (CMAKE_INSTALL_PREFIX, etc...)