README: remove out-of-date information on python bindings
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 8 Apr 2024 12:24:14 +0000 (14:24 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 8 Apr 2024 12:24:14 +0000 (14:24 +0200)
The way Python bindings are built has changed and the information in the
README file is now outdated. Remove the no longer valid bits and - while
at it - point the readers to sub-READMEs for Python and Rust bindings.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
README

diff --git a/README b/README
index 9bc789f4d961fa05d457d44379a8f7e45025af76..ec60ea1ea153e82884da078f2d3cf647c1dca548 100644 (file)
--- a/README
+++ b/README
@@ -213,15 +213,13 @@ and --enable-bindings-rust arguments respectively to configure.
 C++ bindings require C++11 support and autoconf-archive collection if building
 from git.
 
-Python bindings require python3 support and libpython development files. Care
-must be taken when cross-compiling python bindings: users usually must specify
-the PYTHON_CPPFLAGS and PYTHON_LIBS variables in order to point the build
-system to the correct locations. During native builds, the configure script
-can auto-detect the location of the development files.
+Python bindings require python3 support and libpython development files. Please
+refer to bindings/python/README.md for more information.
 
 Rust bindings require cargo support. When building the Rust bindings along the
 C library using make, they will be automatically configured to build against the
-build results of the C library.
+build results of the C library. Please refer to bindings/rust/libgpiod/README.md
+for more information.
 
 TESTING
 -------