Skip to content
Snippets Groups Projects
Commit db953089 authored by Armin Luntzer's avatar Armin Luntzer
Browse files

add some notes on building

parent 1d260f6d
No related branches found
No related tags found
No related merge requests found
...@@ -127,6 +127,27 @@ and the application of a filter to the spectral data received by the telescope. ...@@ -127,6 +127,27 @@ and the application of a filter to the spectral data received by the telescope.
![RadTel](./screenshots/radtel.gif) ![RadTel](./screenshots/radtel.gif)
# Building
If you want to use this library from python or any other language using
gobject introspection bindings, make sure the build tools (g-ir-scanner,
g-ir-compiler). If bindings are still not generated, enable introspection
explicitly:
```
./configure --enable-introspection=yes
```
If you want to try the python example without installing the library system-wide,
make sure to export the proper paths, i.e. from the examples/ subdirectory
run the demo like this:
```
GI_TYPELIB_PATH=../src/ LD_LIBRARY_PATH=../src/.libs python img.py
```
# Build dependencies # Build dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment