1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
How to install GM-Assistant?
**********************
* REQUIREMENTS *
**********************
To compile, you need:
- CMake
- g++ and the C++ standard library (with development files)
- Qt5 library, including the Multimedia module (with development files)
- QtLinguist tools
- Poco library, including the XML and Zip modules (with development files)
**********************
* INSTRUCTIONS *
**********************
To install GM-Assistant, execute the following commands:
mkdir build
cd build
cmake ..
make
make install (may require super-user rights)
|