Hi Caba, 2015-10-17 10:41 GMT+02:00 Caba <[email protected]>:
> Hi @all > > As expected in Arch Linux build the project has been a breeze. > However, > > $ cmake -L > > returns among other the following line > > ENABLE_EXPERIMENTAL: BOOL = OFF > > How do I set it ON? > You can for instance edit the CMakeList.txt file, though I would advice you to leave it as OFF. The experimental stuff, as I recall, are mostly a try at exposing some internals through a python interface, it does not work and might not compile. Regards, Robert > Thanks! > Caba > > > On 16/10/15 23:36, Caba wrote: > > Hi @all!! > > Hey Flo!! > > I will do it that way that you are showing me. > > Sorry, I've been busy with my stuff, I will be also soon operated of my > eyes, so you imagine the tremendous confusion for me. > > Well, I've installed Arch Linux, I found it a good idea. > I already have the most part of libraries. > > Anyway, I follow your instructions, that sure, it is the best option. > > Cheers! > Caba > > > On 16/10/15 14:43, Florian Jung wrote: > > 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]>: > >> 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] >> https://lists.sourceforge.net/lists/listinfo/lmuse-developer >> > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Lmuse-developer mailing > [email protected]https://lists.sourceforge.net/lists/listinfo/lmuse-developer > > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Lmuse-developer mailing > [email protected]https://lists.sourceforge.net/lists/listinfo/lmuse-developer > > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Lmuse-developer mailing > [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
