- To participate or for any information please reach Olivier Henley
- Our process has been optimized for and tested exclusively on Linux, specifically Ubuntu 20.04/22.04 LTS.
- For the best experience, we advise installing and using Linux (preferably Ubuntu LTS) as your operating system.
- Download and unzip the Alire 2.0.x Linux zip
- Add
where_you_unzipped_alr/bin
to PATH - Verify Alire is found on your path.
which alr
- Download and execute the Alire 2.0.x Windows installer
- Download and install Everything
- Open Everything. Wait it has finished indexing your drives. Then search for
alr.exe
and copy the path where it's found. - Add
where_you_found_alr\bin
to PATH - Verify Alire is found on your Path.
where alr
- Download and unzip the Alire 2.0.x MacOS aarch64 zip
-
Download and unzip the Alire 2.0.x MacOS x86_64 zip
-
Add
where_you_unzipped_alr/bin
to PATH:
echo "where_you_unzipped_alr/bin" | sudo tee /etc/paths.d/alr_config > /dev/null
- Change the permission of the created file with the following command:
sudo chmod 644 /etc/paths.d/alr_config
- Update the machine's PATH:
/usr/libexec/path_helper -s
- Verify Alire is found on your machine's PATH.
where alr
The GAP Alire index hosts crates for internal review before public release in the community index. Add this index for access to early crate versions.
From a command line, install the GAP Alire index named gap
locally:
alr index --add git+https://github.com/GNAT-Academic-Program/alire-index --name gap
sudo snap install --classic code
code --install-extension adacore.ada
sudo apt-get install openocd
alr index --del gap