From: Chris S. <cps...@ya...> - 2014-05-23 12:26:03
|
This is the one you're referring to? git clone git://git.code.sf.net/p/midishare/code midishare-code Cheers, Chris ________________________________ From: Dominique Fober <fo...@gr...> To: Chris Share <cps...@ya...> Cc: midi share <mid...@li...> Sent: Friday, 23 May 2014 4:14 PM Subject: Re: [midishare-devel] Building MidiShare on OSX (10.9.3) Le 22 mai 2014 à 14:52, Chris Share <cps...@ya...> a écrit : Hi, > > >I'd like to add a GUI to my MidiShare app using GTK-OSX. By default, GTK-OSX builds as a 64-bit library. The current OSX MidiShare version is 32-bit so it's incompatible with GTK-OSX. > > >Is it possible to build MidiShare on OSX as a 64-bit library? yes 64 bits architectures are supported but not published as binary You must checkout the ‘dev’ branch from git, generate the project and recompile. Project generation is now achieved using ‘cmake’ and you’ll find a ‘cmake’ folder in the ‘src’ folder, that contains the project description. ‘cd’ to this folder (./src/cmake) and just run ‘cmake . -G Xcode’ and you’ll get an xcode project that compiles an universal binary (32/64 bits). — Dominique > >I've downloaded the source code from SourceForge however I can't find any information about how to build MidiShare - whereabouts is it located? > > >Cheers, > > >Chris Share >------------------------------------------------------------------------------ >"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >Instantly run your Selenium tests across 300+ browser/OS combos. >Get unparalleled scalability from the best Selenium testing platform available >Simple to use. Nothing to install. Get started now for free." >http://p.sf.net/sfu/SauceLabs_______________________________________________ >midishare-devel mailing list >mid...@li... >https://lists.sourceforge.net/lists/listinfo/midishare-devel > > |