Le 16 nov. 2009 à 00:43, nontoppo a écrit : > I've used Git to clone to my machine (git://github.com/tiennou/ > blacktree-alchemy.git), but when I build I can't find a working > application bundle anywhere, only the constituent files in /tmp/QS/.
Depending on the Configuration you build, final files should end up in /tmp/QS/build/$CONFIGURATION_NAME/ (where $CONFIGURATION_NAME is either Debug or Release). You can also just launch /Applications/Quicksilver.app, since this one should be overwritten at each build (but only if the build didn't fail, eg. no errors show up in the Build Log). I got rid of the ugly QS_SOURCE_ROOT recently, but I'm afraid building in /tmp/QS creates a duplicate Quicksilver, which is then likely to confuse the Pasteboard server (pbs), and then make Get Current Selection whacky, as pointed out by André. > Are there some instructions for this. I'm sure it is simple, but not > being a programmer, XCode is somewhat confusing. I'm willing to provide more appropriate information should the need arise, but right now, I feel it should just work. If that's not the case, then I'll help you make it so ;-). > Thank you for the move to github and the new flush of people > contributing to QS, you are making a wonderful contribution. > > Thank you all! Etienne
