JKQtPlotter/doc/dox/buildinstructions.dox

18 lines
663 B
Plaintext
Raw Normal View History

/*!
2019-05-18 02:46:52 +08:00
\page page_buildinstructions Build Instructions
This page explains how to build JKQTPlotter and to use the results in your own Projects.
2022-07-24 22:23:21 +08:00
The build instructions are split by the build-system you use:
- \subpage page_buildinstructions_CMAKE
- \subpage page_buildinstructions_QMAKE
.
2022-07-24 22:23:21 +08:00
\note We recommend using <a href="https://cmake.org/">CMake</a>, although an older <a href="https://doc.qt.io/qt-6/qmake-manual.html">QMake</a> system is in place too.
Note however that the <a href="https://doc.qt.io/qt-6/qmake-manual.html">QMake</a>-buildsystem is deprecated and will not obatin
the same love and atttention as the CMake system.
*/