Currently, the readme says:
To build on Mac OS X, type:
qmake -spec macx-g++
make
this produces the following error:
Info: creating stash file /Users/danhickstein/Documents/GitHub/GaussianBeam/.qmake.stash
Project ERROR: failed to parse default search paths from compiler output
However, just using qmake followed by make (like the non mac-specific instructions) works just fine. So, I think that we just need to delete these lines from the readme.
Currently, the readme says:
this produces the following error:
However, just using
qmakefollowed bymake(like the non mac-specific instructions) works just fine. So, I think that we just need to delete these lines from the readme.