The lightweight Qt terminal emulator
- Qt >= 5.2
- CMake >= 2.8
- qtermwidget
A shadow build (out of source) is strongly recommended http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees
mkdir -p build && cd build
cmake <path/to/source>
make
- (to install)
make install
Read cmake docs to fine tune the build process (CMAKE_INSTALL_PREFIX, etc...)
- Edit
src/CMakeLists.txt
to add a new ts file. make lupdate
updates ts files to be translated (lrelease is called automatically in make)