Skip to content

Commit

Permalink
Merge pull request #29 from CosmoStat/readme_ubuntu
Browse files Browse the repository at this point in the history
update readme with ubuntu instructions
  • Loading branch information
AndreasTersenov authored Feb 3, 2025
2 parents 5f3c323 + 5ec38a8 commit 99cb864
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ brew tap sfarrens/sf
brew install armadillo bigmac cfitsio fftw gsl healpix libomp
```

### Ubuntu Set Up

To install the package requirements on Ubuntu, it is recommended to use [apt](https://ubuntu.com/server/docs/package-management).

```bash
sudo apt-get update
sudo apt-get install -y libarmadillo-dev libcfitsio-dev libfftw3-dev libgsl-dev libhealpix-cxx-dev pkg-config
```

## Docker installation

### Pull the Docker image
Expand Down

0 comments on commit 99cb864

Please sign in to comment.