MacOS
Install with Homebrew
oidc-agent can be installed easiest using homebrew.
brew tap indigo-dc/oidc-agent
brew install oidc-agentBuilding 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 pkgconfigargp
brew install argp-standalonelibsodium
brew install libsodiumlibmicrohttpd
brew install libmicrohttpdqrencode
brew install qrencodehelp2man
brew install help2man
Build oidc-agent
Run make
makeInstall using make
make install
make post_installThis installs all necessary components to correct locations.
Last updated