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

forgotten libomf/Makefile ? #1

Closed
barnex opened this issue Feb 12, 2014 · 6 comments
Closed

forgotten libomf/Makefile ? #1

barnex opened this issue Feb 12, 2014 · 6 comments

Comments

@barnex
Copy link

barnex commented Feb 12, 2014

Hi Graham,
it seems that libomf/Makefile was forgotten. Also matrix/VectorMatrix.h might be missing.
-Arne.

@godsic
Copy link

godsic commented Feb 12, 2014

cd libomf
qmake-qt5

@barnex
Copy link
Author

barnex commented Feb 12, 2014

Thnx. Documentation on release page only says "make". So it should be:

qmake-qt4 (or qt5)
make

@godsic
Copy link

godsic commented Feb 12, 2014

According to Graham, it is qt5 only.

On Wed, 12 Feb, 2014 at 1:07 PM, Arne Vansteenkiste
notifications@github.com wrote:

Thnx. Documentation on release page only says "make". So it should be:

qmake-qt4 (or qt5)
make


Reply to this email directly or view it on GitHub.

@barnex
Copy link
Author

barnex commented Feb 12, 2014

OK, this worked for me on ubuntu 13.10:

apt-get install qttools5-dev qt5-default
(cd libomf && qmake && make) && qmake && make

there seems to exist no explicit "qmake-qt5" in 13.10.

@godsic
Copy link

godsic commented Feb 12, 2014

Fedora...

On Wed, 12 Feb, 2014 at 1:21 PM, Arne Vansteenkiste
notifications@github.com wrote:

OK, this worked for me on ubuntu 13.10:

apt-get install qttools5-dev qt5-default
(cd libomf && qmake && make) && qmake && make

there seems to exist no explicit "qmake-qt5" in 13.10.


Reply to this email directly or view it on GitHub.

@grahamrow
Copy link
Owner

Sorry should be "qmake && make" within libomf. I'll probably just merge those into the main program — depending on Qt's smart pointers and array capabilities I might be able to get right of libboost altogether.

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