1Scenery3d plugin for Stellarium
2================================
3
4Trying to render a 3D scene inside Stellarium.
5
6
7BUILDING THE PLUGIN
8===================
9
10Please note, these instructions are only directly applicable to Linux.
11Windows and OSX targets have not been tested yet.
12
130.  Install and build the SVN version of Stellarium as per the
14instructions on the Stellarium wiki:
15
16  http://stellarium.org/wiki/index.php/Compilation_on_Linux
17
181.  Set the environment variable STELROOT to the root of the Stellarium
19source tree.  The Stellarium build directory is expected to be:
20
21  $STELROOT/builds/unix
22
232.  Create a sub-directory builds/unix and change into that directory.
24
253.  Run:
26
27  cmake ../..
28  make
29  make install
30
31If all goes well, the relevant files should be built and copied to your
32~/.stellarium/modules directory.
33
34
35