grahamrow / Muview2

3D visualization of micromagnetic simulation data from Mumax or OOMMF
GNU General Public License v2.0
41 stars 8 forks source link

forgotten libomf/Makefile ? #1

Closed barnex closed 10 years ago

barnex commented 10 years ago

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

godsic commented 10 years ago

cd libomf qmake-qt5

barnex commented 10 years ago

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

qmake-qt4 (or qt5) make

godsic commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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.