Hi!
2015-04-17 20:13 GMT+06:00 Peter Walser <pjw1...@gmail.com>:
> I use Linux Mint, which is based on Ubuntu 14.4, which uses QT5 version
> 5.2.1.
>
> The compilation is broken, since Stellarium changed from QT 5.2 to 5.3.
>
> CMake Error at CMakeLists.txt:208 (MESSAGE):
> Found Qt5: /usr/lib/x86_64-linux-gnu/qt5/bin/qmake (found unsuitable
> version "5.2.1", required is "5.3.0")
>
> Has anyone hints, how I can compile stellarium again?
>
> I already tried downloaded and installed QT5 5.3 from
> <http://www.qt.io/download/>, but don't know how to import the
> stellarium project.
>
For example you have installed Qt5.3 into /opt/Qt5 (I recommend download
and install cmake 3.1.3 also).
Open file ~/.profile and add at the end of file this line:
PATH=/opt/Qt5/5.3/gcc_64/bin:$PATH
This line added Qt5.3 in variable PATH and now it available for
cmake/compilers by default.
Second problem - after building and install Stellarium he can't be work
without loading libraries Qt5.3. You can resolve this problem through one
simple way - creating small shell script for run Stellarium.
Example:
#!/bin/sh
export QTPATH=/opt/Qt5/5.3/gcc_64
export LD_LIBRARY_PATH=$QTPATH/lib:$LD_LIBRARY_PATH
./stellarium
--
WBW, Alex
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Stellarium-pubdevel mailing list
Stellarium-pubdevel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stellarium-pubdevel