Skip to content

Commit

Permalink
README Mac instructions: install and use gmake for compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
jtamir committed Mar 22, 2024
1 parent fe9ba29 commit 5dbe4d6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -133,25 +133,27 @@ Using MacPorts (http://www.macports.org/):
$ sudo port install libpng
$ sudo port install openblas
$ sudo port install flock
$ sudo port install gmake

(optional)
$ sudo port install octave

(optional)
install version 0.5.2 of the ISMRMRD library

Select gcc as the compiler when building:
$ CC=gcc-mp-12 make
Use gmake when building and select gcc as the compiler:
$ CC=gcc-mp-12 gmake

Using HomeBrew (https://brew.sh):

$ brew install --cask gcc-arm-embedded
$ brew install libpng
$ brew install fftw
$ brew install openblas
$ brew install gmake

Select gcc as the compiler when building:
$ CC=gcc make
Use gmake when building and select gcc as the compiler:
$ CC=gcc gmake

### 2.2.3 Windows

Expand Down

0 comments on commit 5dbe4d6

Please sign in to comment.