Open ferrerluis opened 9 years ago
qmake magread.pro does not work on OS X. It seems like the symlink links to a nonexistent file.
qmake magread.pro
I tried to follow the path to the actual file and used readlink magread.pro but only got MagRead.pro back, which does not exist in the repo.
readlink magread.pro
This also will not compile when using the instructions on the README file
I fixed it for you: https://github.com/earlvanze/MagRead
qmake magread.pro
does not work on OS X. It seems like the symlink links to a nonexistent file.I tried to follow the path to the actual file and used
readlink magread.pro
but only got MagRead.pro back, which does not exist in the repo.