Skip to content

Install on mac #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
yanan1116 opened this issue Apr 1, 2017 · 6 comments
Open

Install on mac #13

yanan1116 opened this issue Apr 1, 2017 · 6 comments

Comments

@yanan1116
Copy link

Can the qmf library install on mac ? thanks,

@yanan1116
Copy link
Author

If can, how to install it

@abietti
Copy link
Contributor

abietti commented Apr 2, 2017

Hi,
It compiles fine on my mac with clang (you need a recent Xcode installed). Did you get any specific errors?

@yanan1116
Copy link
Author

Not yet. I see there is no instruction for how to install qmf on mac. Could you please give some steps? Thanks.

@abietti
Copy link
Contributor

abietti commented Apr 5, 2017

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.

@yanan1116
Copy link
Author

done. thanks

@LiangqunLu
Copy link

Following the comment above, the next step for 'cmake .' should be in the git qml directory because the file CMakeLists.txt is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants