Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 759 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 759 Bytes

openconnect-sys

This crate provides auto-generated FFI bindings for OpenConnect, the open client for Cisco AnyConnect.

Dependencies

The crate links dynamically to your local version of libopenconnect. In the build process, pkg-config is used to find the library.

macOS

Install using Homebrew:

brew install openconnect pkg-config

Debian-based Linux

Install using apt:

sudo apt install libopenconnect-dev pkg-config

License

OpenConnect is licensed under GNU LGPL v2.1. This crate links dynamically to the library, allowing the crate to be permissively licensed (MIT OR Apache-2.0).