File: README.install

package info (click to toggle)
gm-assistant 1.2.4-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,116 kB
  • sloc: cpp: 7,281; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (4)
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)