Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
affanadly authored Apr 1, 2022
1 parent b503fde commit 9489258
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Description
# Miriad and Duchamp Installation Script

## Description
This is a bash script intended to install ATNF's Miriad radio interferometry data reduction package (https://www.atnf.csiro.au/computing/software/miriad/) and Duchamp source finder (https://www.atnf.csiro.au/people/Matthew.Whiting/Duchamp/), along with their pre-requisites.

# Notes
## Notes
* Sudo access is required as the softwares will be installed in the `/usr/local` folder. Therefore, this is only suitable for personal machines. You may try to modify the INSTALLDIR variable, but do so at your own risk.
* Internet access is required to download the source codes.
* The script can be placed anywhere in the machine, and source codes will be downloaded in the same folder.
* The script is made for Ubuntu 20.04 64-bit.

# Softwares included in the script:
## Softwares included in the script:
* Miriad https://www.atnf.csiro.au/computing/software/miriad/
* Duchamp https://www.atnf.csiro.au/people/Matthew.Whiting/Duchamp/
* RPFITS https://www.atnf.csiro.au/computing/software/rpfits.html
Expand All @@ -27,10 +29,10 @@ This is a bash script intended to install ATNF's Miriad radio interferometry dat
* `build-essential`
* `zlib1g`

# Steps:
## Steps:
1. Download the `install.sh`
2. Open the terminal in the folder containing the file and run `chmod u+x install.sh`
3. Run the script using `./install.sh`

# Disclaimer:
I do not own any of the softwares involved in the script. This is written just to ease the installation process of these softwares.
## Disclaimer:
I do not own any of the softwares involved in the script. The copyrights of every software involved can be found at their respective homepages. This is written just to ease the installation process of these softwares.

0 comments on commit 9489258

Please sign in to comment.