Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix outdated installation instructions #829

Merged
merged 1 commit into from
Feb 14, 2024
Merged
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
18 changes: 9 additions & 9 deletions docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ A simple build tool for ALICE experiment software and its externals. Recipes
for the externals and ALICE software are stored in
[alidist](https://github.com/alisw/alidist).

Install with:
You can install aliBuild on [Ubuntu][ubuntu], [MacOS][mac], [CentOS 7][centos7], [Alma 8][alma8], [Alma 9][alma9] and [Fedora][fedora].

pip install alibuild
[centos7]: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-centos7.html
[alma8]: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-centos8.html
[alma9]: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-alma9.html
[ubuntu]: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-ubuntu.html
[mac]: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-macos.html
[fedora]: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-fedora.html

On macOS you can also install with:

brew tap alisw/system-deps
brew install alisw/system-deps/alibuild

Instant gratification on your machine with:
Then, build ALICE's software with:

git clone https://github.com/alisw/alidist.git
aliBuild build AliRoot
aliBuild build O2Physics

For a more verbose documentation of what is happening have a look at
the [quickstart guide](quick.html). See the [user guide](user.html)
Expand Down
Loading