GithubHelp home page GithubHelp logo

stellarium / stellarium-dynamic-plugin Goto Github PK

View Code? Open in Web Editor NEW
5.0 7.0 5.0 23 KB

Startpoint for the dynamic plugin development. Based on the HelloStelModule plugin.

License: GNU General Public License v2.0

CMake 27.30% C++ 72.70%
stellarium qt5 c-plus-plus

stellarium-dynamic-plugin's Introduction

StellariumPluginTemplate

Startpoint for the dynamic plugin development. Based on the HelloStelModule plugin.

Building the plugin

Tested with: Qt 5.6.1, CMake 3.5.1, Stellarium 0.18.2, Ubuntu 16.04.1. Other operating systems are NOT yet supported.

  1. Set all variables

     QTDIR=Path to Qt (/opt/Qt5/5.6/gcc_64)
     QTPATH=Path to Qt (/opt/Qt5/5.6/gcc_64)
     PATH=Path to Qt binaries (/opt/Qt5/5.6/gcc_64/bin)$:${PATH}
     LD_LIBRARY_PATH=${QTPATH}/lib:${LD_LIBRARY_PATH}
    
  2. Install and build the Git version of Stellarium as per the instructions.

  3. Set the environment variable STELROOT to the root of the Stellarium source tree. The Stellarium build directory is expected to be:

 $STELROOT/builds/unix 
  1. Create a sub-directory builds/unix and change into that directory.

  2. Run:

 cmake ../.. 
 make
 make install

If all goes well, the relevant files should be built and copied to your ~/.stellarium/modules directory.

stellarium-dynamic-plugin's People

Contributors

alex-w avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

stellarium-dynamic-plugin's Issues

Build for Windows 10

Hello - I see the documentation says that building dynamic plugins for non-Linux operating systems is not yet supported. I was wondering if that is still the case and if so when Windows may be supported in the future. Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.