Skip to content

Commit 5afebea

Browse files
committed
Updated Readme with install instructions
1 parent 3807259 commit 5afebea

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,25 @@ CosmoStat website for more information.
1010

1111
Glimpse depends on the following software:
1212

13-
- **FFTW** version 3.3 or later
14-
- **NFFT** version 3.2 or later
15-
- **cfitsio** and **CCFits**
16-
- **GSL**
17-
- **CMake** version 2.8 or later
13+
* **FFTW** version 3.3 or later
14+
* **NFFT** version 3.2 or later
15+
* **cfitsio** and **CCFits**
16+
* **GSL**
17+
* **CMake** version 2.8 or later
1818

1919
These dependencies can easily be installed using a package manager:
2020

21-
- Setting up requirements on **Linux**:
22-
Simply use the package manager provided by your Linux distribution, for instance on Ubuntu Linux:
21+
* Setting up requirements on **Linux**:
22+
Simply use the package manager provided by your Linux distribution, for instance on Ubuntu Linux:
2323

24-
$ sudo apt-get install cmake libgsl0-dev libfftw3-3 libccfits-dev libnfft3-dev
24+
$ sudo apt-get install cmake libgsl0-dev libfftw3-3 libccfits-dev libnfft3-dev
2525

26-
- Setting up requirements on **MacOs X**:
27-
The preferred installation method for the dependencies is through
28-
[MacPorts](https://www.macports.org):
29-
30-
$ sudo port install cmake libgsl0-dev pkgconfig gsl fftw-3 nfft-3
31-
32-
CCFits needs to be installed manually, the sources can be found [here](http://heasarc.gsfc.nasa.gov/fitsio/ccfits/).
26+
* Setting up requirements on **MacOs X**:
27+
The preferred installation method for the dependencies is through [MacPorts](https://www.macports.org):
28+
29+
$ sudo port install cmake libgsl0-dev pkgconfig gsl fftw-3 nfft-3
30+
31+
CCFits needs to be installed manually, the sources can be found [here](http://heasarc.gsfc.nasa.gov/fitsio/ccfits/).
3332

3433
### Compilation
3534

0 commit comments

Comments
 (0)