Open yananchen1989 opened 7 years ago
If can, how to install it
Hi, It compiles fine on my mac with clang (you need a recent Xcode installed). Did you get any specific errors?
Not yet. I see there is no instruction for how to install qmf on mac. Could you please give some steps? Thanks.
Sure, try this to install dependencies with Homebrew (I think lapack should already be in the system on OS X):
brew install cmake glog gflags
Then follow the same installation steps:
cmake .
make
make test
Let us know how it goes.
done. thanks
Following the comment above, the next step for 'cmake .' should be in the git qml directory because the file CMakeLists.txt is required.
Can the qmf library install on mac ? thanks,