@@ -10,26 +10,25 @@ CosmoStat website for more information.
1010
1111Glimpse 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
1919These 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