MacOS
Install with Homebrew
oidc-agent can be installed easiest using homebrew.
Building oidc-agent manually
Download source code
git clone:
git clone https://github.com/indigo-dc/oidc-agent
Install dependencies:
Install brew to install dependencies
pkgconfig
brew install pkgconfig
argp
brew install argp-standalone
libsodium
brew install libsodium
libmicrohttpd
brew install libmicrohttpd
qrencode
brew install qrencode
help2man
brew install help2man
Build oidc-agent
Run make
Install using make
This installs all necessary components to correct locations.
Last updated