This project requires:
- Cross-platform Make (CMake) v2.8+
- GNU Make or equivalent
- GCC or an alternative, reasonably conformant C++ compiler
- Boost C++ Libraries v1.62+ [HEADERS and LIBRARIES]
- Qt 5
This project uses the CMake build system. However, there exists wrapper
configure script together with a Makefile so that the typical build invocation
of ./configure
followed by make
will work.
- Project template from https://github.com/NewProggie/Cpp-Project-Template/