Loading...
Searching...
No Matches
Installation

Describes how to install the command line interface idol_cl.

idol_cl can be installed using a package manager (recommended) or built from source.

Linux (amd64)

Install using apt-get:

echo "deb [arch=amd64 trusted=yes] https://henrilefebvre.com/apt stable main" | sudo tee /etc/apt/sources.list.d/idol.list
sudo apt-get update
sudo apt-get install idol
idol_cl --version

MacOs (arm64)

Install using brew:

brew tap hlefebvr/idol
brew install idol
idol_cl --version

From Source

See the Build from source page.