On Mon, May 18, 2015 at 3:05 PM, gnomeuser gmail com <gnomeuser gmail com> wrote:
Since we are working on getting Banshee 3.0 to build on OS X here are the most up to date instructions.0) Open your terminal1) Install the compilerxcode-select —install(a window should pop up and guide you through the procedure)2) Install git from http://git-scm.com/downloads (or just use the github tools, either should work)3) Now clone Stephan’s repo.mkdir -p ~/Documents/Projectscd ~/Documents/Projectsgit clone -b banshee https://github.com/stsundermann/bockbuild.git4) Using bockbuild to build Bansheecd ~/Documents/Projects/profiles/banshee./darwin.py -bvrNote:I checked in some work in progress packages for libglade-gtk3 and webkit-gtk3, however I commented them out as they they do not build nor do that have all their dependencies fulfilled.They are there as I am leaving for vacation and I figured it was better to have the work in progress public in case I don’t manage to fix them locally before I leave.Also don’t be surprised when Banshee itself fails to compile. This is expected at this stage. You might also experience problems along the way, especially the cmake using packages are likely shaky.You are encouraged to fix these and submit pull requests to Stephan in return for, potentially coveted yet widely available, bragging rights about being smarter than me.- David