File: README.txt

package info (click to toggle)
stellarium 25.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,307,224 kB
  • sloc: ansic: 317,377; cpp: 214,435; xml: 48,592; javascript: 26,073; python: 2,113; perl: 734; sh: 247; makefile: 192; pascal: 169
file content (12 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
# This is a plugin allowing Stellarium to be used in VTS
# See https://timeloop.fr/vts/

# How to compile with docker on any OS
cd plugins/Vts
# Build the docker image
docker build -t vts-stellarium-centos7-builder .
# Build stellarium + Vts plugin and create the package
docker run -it -v "$PWD/../..:/app/" vts-stellarium-centos7-builder ./plugins/Vts/create-package.sh

This should create a Stellarium.tgz in the top-level stellarium directory.
It needs to be decompressed in the <path-to-vts>/Apps/Stellarium directory