Skip to Content

readline v0

Created
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

Unknown

# Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

# Features

No features defined.

# Dependencies

and one transitive dependency:

# Host Dependencies

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Frederik Carlier's avatar Frederik Carlier
  • Phil Christensen's avatar Phil Christensen
  • Billy O'Neal's avatar Billy O'Neal
  • zekoz's avatar zekoz
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • autoantwort's avatar autoantwort
  • jim wang's avatar jim 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)
  • b295670 Bulk convert control files. (#19986)
  • e62d136 [vcpkg] Add Supports: field. Use contents of triplets instead of names for dependency resolution. (#8601)
  • cc00cf0 New packages: libimobiledevice, getopt, readline (#3504)
  • cb049f1 New port: readline

# Source