-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
38 lines (28 loc) · 1.1 KB
/
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
38
Installation instructions for Hyperspace Explorer V0.8.0
========================================================
Source distribution
===================
Requirements:
-------------
Linux (*BSD should work, but is not tested yet)
Multithreaded Qt >= 5.0 <http://trolltech.com/products/qt>.
OpenGL libraries and header files
Building the executable:
------------------------
> tar jxf HyperspaceExplorer-X.Y.Z.tar.bz2
> cd HyperspaceExplorer
> qmake
> make
> sudo make install
HyperspaceExplorer is installed by default in /usr/local, the executable in
/usr/local/bin and the documentation and optional plugins in
/usr/local/share/HyperspaceExplorer. Current this behavior can only be
customized by editing the variable INSTALLDIR in the qmakefile src/src.pro.
Contacting the author
=====================
email me: [email protected]
Or use the Bug Tracker on the GitHub project page:
https://github.com/lene/HyperspaceExplorer/issues
Tell me whatever you want about the program. If you find any interesting or
nice-looking functions, send them to me as well. I'd like to include them with
the next version.