-
Notifications
You must be signed in to change notification settings - Fork 59
Add prerequisites to installation #294
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
Conversation
vkucera
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @hscheid !
There are a few issues to fix. Please see my comments.
| * [macOS Sonoma and Sequoia (14.0, 15.0)](#prereq-for-macos) | ||
| * [Ubuntu (20.04 LTS, 22.04 LTS, 24.04 LTS)](#prereq-for-ubuntu) | ||
| * [Fedora](#prereq-for-fedora) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove Linux Mint?
| Only in case you cannot install aliBuild in the way described above, you can install aliBuild manually. This procedure should only be used as a fall-back, in case you cannot follow the instructions for your operating system linked above. | ||
|
|
||
|
|
||
| <h6 id=<prereq-for-centos7> aliBuild prerequisites for CentOS7 </h6> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not render properly.
| yum install -y alibuild | ||
| ``` | ||
|
|
||
| <h6 id=<prereq-for-centos8> aliBuild prerequisites for CentOS8 </h6> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
|
|
||
| ### Configure aliBuild | ||
|
|
||
| After you are done installing alibuild you need to configure it by adding the two following lines to your ~/.bashrc, ~/.bash_profile, ~/.zshrc or ~/.zprofile (depending on your operating system and configuration): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the missing backticks for the system paths.
Thanks. WiIl you also add the missing Linux Mint instructions? |
Added now. |
Documentation from https://alice-doc.github.io/alice-analysis-tutorial/building/custom.html added to installation guide