Skip to content
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

Install on mac #13

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

Install on mac #13

yananchen1989 opened this issue Apr 1, 2017 · 6 comments

Comments

@yananchen1989
Copy link

Can the qmf library install on mac ? thanks,

@yananchen1989
Copy link
Author

If can, how to install it

@albietz
Copy link
Contributor

albietz 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?

@yananchen1989
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.

@albietz
Copy link
Contributor

albietz 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.

@yananchen1989
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