Hi all,
I'd like a user account to be able to edit the wiki:
-
http://stellarium.org/wiki/index.php/Compilation_on_Linux#Getting_the_source_code
What I would like to add is a tip that if getting the error below while
executing:
> cmake ../..
Then run instead
> cmake -DENABLE_GPS=0 ../..
> cma
Hi!
GPS support is brand new, you may want to add libgps-dev and
qt5positioning-dev (or something sounding quite similar) to the build
requirements instead and apt-get install those.
HTH, G.
Am 02.04.2017 21:55, schrieb Antonio Alonzi:
> Hi all,
>
> I'd like a user account to be able to edit