• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-15576

COPYINGH A D25-Dec-202117.6 KiB341281

READMEH A D25-Dec-2021857 3621

README

1HelloStelModule plugin for Stellarium
2=====================================
3
4Minimal plugin example.
5
6
7BUILDING THE PLUGIN
8===================
9
10Please note, these instructions are only directly applicable to Linux.
11Windows and OSX targets will probably require modification of the
12CMakeLists.txt file.
13
140.  Install and build the SVN version of Stellarium as per the
15instructions on the Stellarium wiki:
16
17  http://stellarium.org/wiki/index.php/Compilation_on_Linux
18
191.  Set the environment variable STELROOT to the root of the Stellarium
20source tree.  The Stellarium build directory is expected to be:
21
22  $STELROOT/builds/unix
23
242.  Create a sub-directory builds/unix and change into that directory.
25
263.  Run:
27
28  cmake ../..
29  make
30  make install
31
32If all goes well, the relevant files should be built and copied to your
33~/.stellarium/modules directory.
34
35
36