hey Caba! i recommend you the following:
git clone https://github.com/muse-sequencer/muse.git or if you have a github account git clone [email protected]:muse-sequencer/muse.git then: cd muse cd muse2 mkdir build cd build cmake .. # those are two dots if this succeeds, type `make` if not, read the error messages, they're usually quite helpful. keep in mind, that on debian, you do not only need "somelib" but also "somelib-dev" ;) Cheers! flo On 10/13/2015 10:57 AM, Robert Jonsson wrote: > Hello Caba, > > 2015-10-13 8:30 GMT+02:00 Caba <[email protected] > <mailto:[email protected]>>: > > Hello people! Hello everyone! > > Today I could finally begin reviewing MusE, I was very busy in > some fool > things. I want beginning to read parts of the application, especially, > the score editor. > For this I downloaded the program via internet, getting the MusE > 2.2.1 code. > I installed the Qt Creator to open the project, but when I want > compile > it, this is not built. > Some "define" statements fail, because appear not to be correct, which > is strange for me. > I'm correcting every "define" statements, changing their path but it > doesn't look like have end. > Of course, I am sure that doing something wrong, does anyone know what > could be? > I hope, with your answers, reach to see what is wrong. > > > How did you open the project in Qt Creator? > There is a file CMakeLists.txt that is the base project file, try > opening this one. > > For development work I would recommend checking out the master from > github though, as this is what your work needs to be compatible with. > Master is using Qt5 now so you need that too. > > Regards, > Robert > > > Cheers! > Caba > > > ------------------------------------------------------------------------------ > _______________________________________________ > Lmuse-developer mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/lmuse-developer > > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Lmuse-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lmuse-developer
------------------------------------------------------------------------------
_______________________________________________ Lmuse-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmuse-developer
