GitLab application update is scheduled for major version 18.0 next Tuesday, August 26th starting at 17:30h (Geneva time). Check breaking changes under OTG0157227
@@ -43,14 +43,14 @@ Requirements for JSON (used by libPS and libEquipConf):
# Python Bindings
Python bindings are built via the `labRemote` target which is enabled by the cmake flag `-DUSE_PYTHON=on`. This will put a `.so` file in `${BUILD}/lib/` that can be directly used in python. As such, it requires the Python libraries to be findable (e.g. `python3-devel` is installed). For example, after building with `make`, while inside the build directory,
Python bindings are built via the `_labRemote` target which is enabled by the cmake flag `-DUSE_PYTHON=on`. This will put a `.so` file in `${BUILD}/lib/` that can be directly used in python. As such, it requires the Python libraries to be findable (e.g. `python3-devel` is installed). For example, after building with `make`, while inside the build directory,
```
PYTHONPATH=lib/:$PYTHONPATH python3
Python 3.6.8 (default, Aug 7 2019, 17:28:10)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux
Type "help", "copyright", "credits" or "license" for more information.