Search found 1 match

by mathat
Sun Feb 05, 2017 6:55 am
Forum: General
Topic: Linux version of MMapper
Replies: 3
Views: 16875

Re: Linux version of MMapper

I had the same problem. Compiled it myself... On a stable ubuntu release use the following commands after you download and unpack the source from github: mkdir build cd build/ sudo apt-get install cmake sudo apt-get install qt4-default sudo apt-get install qtcreator sudo apt-get install qt5-default ...