-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
37 lines (24 loc) · 816 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
This is QTGZManager 1.1.0 (dev) release.
A Slackware based system is needed in order to use QTGZManager,
as well as Qt 5.x libraries.
Note that if you're running Slackware 15.0 or above you already have Qt5 libs.
There are two ways to install QTGZManager:
I - Manually compiling the sources:
$ git clone https://github.com/aarnt/qt-sudo
$ cd qt-sudo
$ qmake-qt5 qt-sudo.pro
$ make
# make install
$ cd ..
$ git clone https://github.com/aarnt/qtgzmanager
$ cd qtgzmanager
$ qmake-qt5 qtgzmanager.pro
$ make
# make install
The binary will be called "qtgzmanager".
II - Executing pack_qtgzmanager.sh script to get the latest dev version:
$ cd tools
# sh pack_qtgzmanager.sh
The package will be generated in /tmp. Just installpkg it and you are ready.
Enjoy!
Alexandre Albuquerque Arnt