1. Home
  2. Browse
  3. wcslib

wcslib

v8.4#0Latest

World Coordinate System (WCS) (Library)

Install

Run the following Vcpkg command to install the port.

vcpkg install wcslib

Usage

wcslib can be imported via CMake FindPkgConfig module:

find_package(PkgConfig)
pkg_check_modules(wcslib REQUIRED IMPORTED_TARGET wcslib)
target_include_directories(main PRIVATE PkgConfig::wcslib)
target_link_libraries(main PRIVATE PkgConfig::wcslib)
See source

Version

v8.4#0

Publication

Supports

!windows

Homepage

atnf.csiro.au/people/mcalabre/WCS

Subtree

b8332c1975

License

Complex license

Definition

Manifest