Compiling in Linux
I recently started learning C++ and I wanted to sort out some of the bugs in MuseScore. I'm curious to know if its possible to compile the latest code in Ubuntu Studio without using the Terminal?
I recently started learning C++ and I wanted to sort out some of the bugs in MuseScore. I'm curious to know if its possible to compile the latest code in Ubuntu Studio without using the Terminal?
Do you still have an unanswered question? Please log in first to post your question.
Comments
You can use Qt Creator to build Musescore. If you are learning C++ and programming, some knowledge of the terminal can't hurt. See http://musescore.org/en/developers-handbook/compilation/compile-instruc…