diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ac1251bf..e1c0e7670 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -269,6 +269,10 @@ write_basic_package_version_file( COMPATIBILITY SameMajorVersion ) +# Python bindings +find_package(Python3 COMPONENTS Development REQUIRED) +# FIXME + # Installation install(FILES ${CMAKE_CURRENT_BINARY_DIR}/notcursesConfig.cmake diff --git a/README.md b/README.md index 3e0d5e540..07ac3c01d 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ that fine library. * From NCURSES: terminfo 6.1+ * (OPTIONAL) From FFMpeg: libswscale 5.0+, libavformat 57.0+, libavutil 56.0+ * (documentation) [pandoc](https://pandoc.org/index.html) 1.19.2+ +* (Python bindings): Python + CFFI ### Building