Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ for Ada:

These are currently under development.

Installing
----------
If you are only concerned in getting the suite of executables you can most easily do so by using the [Alire][alire] package manager to handle the building and installing for you. The steps are:
```bash
alr install libadalang_tools
```
The build step will require a substantial amount of CPU and RAM, but once successful you should find the executables in `$HOME/.alire/bin`. If this is not in the `$PATH` set up by your shell's resource files, you should do so now, typically doing something like this (example is using Bash):
```bash
echo 'export PATH="$HOME/.alire/bin:$PATH"' >> ~/.bashrc
```

Note that the crates on Alire are not always up to date with the [latest released version][releases].

[alire]: https://alire.ada.dev/
[releases]: https://github.com/AdaCore/libadalang-tools/releases

Build
-----
Expand Down