We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3c323 commit 5ec38a8Copy full SHA for 5ec38a8
README.md
@@ -35,6 +35,15 @@ brew tap sfarrens/sf
35
brew install armadillo bigmac cfitsio fftw gsl healpix libomp
36
```
37
38
+### Ubuntu Set Up
39
+
40
+To install the package requirements on Ubuntu, it is recommended to use [apt](https://ubuntu.com/server/docs/package-management).
41
42
+```bash
43
+sudo apt-get update
44
+sudo apt-get install -y libarmadillo-dev libcfitsio-dev libfftw3-dev libgsl-dev libhealpix-cxx-dev pkg-config
45
+```
46
47
## Docker installation
48
49
### Pull the Docker image
0 commit comments