Skip to content

readlinev0

Updated

GNU readline and history libraries

#Usage

the package readline can be used under windows via:

find_package(unofficial-readline-win32 CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::readline-win32::readline)

The package readline can be imported via the CMake FindPkgConfig module:

find_package(PkgConfig REQUIRED)
pkg_check_modules(readline REQUIRED IMPORTED_TARGET readline)
target_link_libraries(main PRIVATE PkgConfig::readline)

#License

Could not be determined

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No features defined.

#Dependencies

and one transitive dependency:

#Host Dependencies

4 transitive dependencies:

#Used By

#Host Tool For

No ports use this.

#Contributors

  • Frederik Carlier's avatarFrederik Carlier
  • Phil Christensen's avatarPhil Christensen
  • Billy O'Neal's avatarBilly O'Neal
  • zekoz's avatarzekoz
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • autoantwort's avatarautoantwort
  • jim wang's avatarjim wang

#Changelog

  • 80f8da2[readline] add usage (#33247)
  • 5b11232[many-ports] Don't use deprecated functions (autogenerated) (#26981)
  • b68f3cc[vcpkg baseline][urho3d] Fix dependency readline (#22321)
  • 7862c10[readline] readline port builds for MacOS (#22000)
  • b295670Bulk convert control files. (#19986)
  • e62d136[vcpkg] Add Supports: field. Use contents of triplets instead of names for dependency resolution. (#8601)
  • cc00cf0New packages: libimobiledevice, getopt, readline (#3504)
  • cb049f1New port: readline