How to install - Suraii/Azurite GitHub Wiki
How to install Azurite Engine
Installing the library on your computer using the Command Line Interface
Simple, easy to update, accessible from everywhere on your machine
Step 1
Download the cli itself & install it
git clone --single-branch --branch cli https://github.com/Suraii/Azurite.git
cd Azurite/cli && ./install.sh
You can run uninstall.sh to remove the cli from your computer at any moment
Step 2
Make sure you have all the programs needed
You'll need gcc (at least the 10.* version)
, conan
, and cmake
Step 3
Installing Azurite Engine
azurite install
azurite's cli is by default installed in ~/.local/bin, if your system can't find azurite's executable add this folder to your PATH
Note: If you're having issues with conan
, try this
conan remote add bincrafters https://bincrafters.jfrog.io/artifactory/api/conan/public-conan
Conan is the C++ package manager, doing this will add another source to get packages from
This will add remotes to your conan config (aka, servers on which conan seeks libraries)
Note 2: Sometimes conan
can also require other programs on your computer, if your azurite install stops because of this just install the required programs with your packet manager.