You've already forked ada_language_server
mirror of
https://github.com/AdaCore/ada_language_server.git
synced 2026-02-12 12:45:50 -08:00
677 B
677 B
Building Ada Language Server from sources
-
Install Alire, Python 3, NodeJS. Add them to
PATH. -
Disable dependency sharing in Alire
alr settings --global --set dependencies.shared false -
Clone repository
git clone https://github.com/AdaCore/ada_language_server.git cd ada_language_server -
If you know dependency commits numbers then create
deps.txtfile with lines<repo_name>=commit. Otherwise checkoutedgebranch. -
Build scripts installs Python modules. So it's better to activate
venvfor Python:python -m venv venv source venv/bin/activate -
Run
build_als.shscript./scripts/build_als.sh