Files
qmltermwidget/INSTALL
T
Petr Vanek e7cffd6c8f test commit
2012-03-21 10:44:10 +01:00

24 lines
435 B
Plaintext

Requirements:
Qt4
cmake
Supported (tested) platforms:
Linux
*BSD
Mac OS X
Build:
"out of source buld" is strongly recomended (and fully supported)
http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees
1) cd builddir
2) cmake path/to/sourcetree
3) make
4) optional: make install
Read cmake docs to fine tune the build process (CMAKE_INSTALL_PREFIX...)