This repository contains automated installation scripts for HEASoft on Linux and macOS systems.
Prerequisites: You must download and extract the HEASoft archive file before using these scripts.
Note: These scripts run in a screen session to ensure that the installation process continues even if you get logged out. In order to exit the screen session, you can use Ctrl + A followed by D to detach from the session. You can reattach to the session later using screen -r heasoft_install.
Please write to anirudhsalgundi@gmail.com if you have any questions or need help with the installation process. If you wish to make any contributions or improvements to the scripts, feel free to fork the repository and submit a pull request.
- Clone this repository inside the HEASoft directory.
# Use your actual repo link
git clone https://github.com/anirudhsalgundi/heasoft-installer.gitor, if you have ssh set up
# Use your actual repo link
git clone git@github.com:anirudhsalgundi/heasoft-installer.git- Navigate to the cloned repository folder.
cd heasoft-installer- Make the Linux installation script executable.
chmod +x linux_install.sh- Run the installation script. This will take a while.
sh linux_install.sh- Reload your shell configuration to apply changes.
source ~/.bashrc- Clone this repository inside the HEASoft directory.
# Use your actual repo link
git clone https://github.com/anirudhsalgundi/heasoft-installer.gitor, if you have ssh set up
# Use your actual repo link
git clone git@github.com:anirudhsalgundi/heasoft-installer.git- Navigate to the cloned repository folder.
cd heasoft-installer- Make the macOS installation script executable.
chmod +x macOS_install.sh- Run the installation script.
sh macOS_install.sh- Reload your shell configuration to apply changes.
source ~/.zshrc