-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Linux
41 lines (27 loc) · 1.06 KB
/
README.Linux
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
38
39
40
In order to build Kactus2, Qt5 must be installed on your system.
There are two ways to achieve this:
A) Installing Qt5 packages through the package manager
The following packages are needed:
qt5-default
libqt5xmlpatterns5-dev
libqt5sql5-sqlite
qttools5-private-dev
qttools5-dev-tools
B) Manually downloading and installing from http://qt-project.org/downloads
However, when using manually installed Qt5, you need to make sure that Kactus2 is
installed using its files. There are two way to do it:
First way:
Set variable QBIN_PATH located in the configure file as the binary path of Qt5.
Second way:
Binary path of the manually installed Qt5 needs to be set as the defaults in following files:
/usr/lib/x86_64-linux-gnu/qt-default/qtchooser/default.conf
/usr/lib/x86_64-linux-gnu/qtchooser/qt5-x86_64-linux-gnu.conf
After successful installation of Qt5, Kactus2 is built and installed with the following steps:
./configure
make
make install
To run Kactus2:
/usr/bin/Kactus2
Success reports
---------------
Tested on Ubuntu 14.04.1 64-bit with Qt 5.2.1 on 27th Mar 2015