Closed barnex closed 10 years ago
cd libomf qmake-qt5
Thnx. Documentation on release page only says "make". So it should be:
qmake-qt4 (or qt5) make
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.
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.
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.
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.
Hi Graham, it seems that libomf/Makefile was forgotten. Also matrix/VectorMatrix.h might be missing. -Arne.