File: Python_bindings_for_marble_library.txt

package info (click to toggle)
marble 4%3A4.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 70,832 kB
  • ctags: 21,649
  • sloc: cpp: 156,963; xml: 39,137; python: 1,041; sh: 406; perl: 108; ruby: 97; makefile: 35
file content (5 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (3)
1
2
3
4
5
These Python bindings are experimental meaning that there is no guarantee of backwards compatibility with future KDE 4 series releases. This is because the C++ marble library itself doesn't carry a guarantee of backwards compatibility, although this may change in the future.

The bindings are not built by default. To build them pass the option -DEXPERIMENTAL_PYTHON_BINDINGS=TRUE to cmake and make sure that the Python support from the kde-bindings module is installed.

-- Simon Edwards <simon@simonzone.com>