[Csnd] Xcode Project Files for Csound5 and Csound6 and CsoundQt and csound~
Date | 2012-08-15 03:21 |
From | "Dr. Richard Boulanger" |
Subject | [Csnd] Xcode Project Files for Csound5 and Csound6 and CsoundQt and csound~ |
Steven, John, Victor, Joachim, Michael, Andres, Tito, Meno, Davis, Stefano, Peiman, and other Csounders Is there any chance that you could consider supporting/providing an Xcode project file in Git for Csound5, Csound6, CsoundQt, csound~, WinXsound (Since Steven and Victor and Stefano do Mac Development, maybe they could provide this version for the community?) It would be really great to download an "Xcode Project" with the latest developer snapshot that included an Xcode project and provided a simple means for MacUsers to "build" the latest version from the Xcode IDE. As you all know, Xcode is the "free" and preferred development environment for the Macintosh. It would be a huge help to me and my students. Also (or) - a clear set of step-by-step instructions for MacUsers on how to do this from git for all the Csounds and CsoundFrontEnds, would also be huge. Too much of a dream? -dB ___________________________________ Dr. Richard Boulanger, Ph.D. Professor of Electronic Production and Design Professional Writing and Music Technology Division Berklee College of Music 1140 Boylston Street Boston, MA 02215-3693 617-747-2485 (office) 774-488-9166 (cell) ____________________________________ ____________________________________ |
Date | 2012-08-15 05:23 |
From | Andres Cabrera |
Subject | [Csnd] Re: Xcode Project Files for Csound5 and Csound6 and CsoundQt and csound~ |
Hi Dr. B, I don't currently have a Mac, so I can't provide an Xcode project. I also suspect that since Qt can be installed in different ways, and with different versions, an Xcode project could break very easily. So I think that for CsoundQt the easiest way is to get the Qt SDK and use QtCreator in it to build CsoundQt. Joachim recently posted detailed instructions for building CsoundQt on OS X: http://sourceforge.net/apps/mediawiki/qutecsound/index.php?title=Building_CsoundQt_with_OSX_Lion The instructions actually don't use the Qt SDK (which is also fine), and it just occured to me that you can actually generate an Xcode project if you remove the '-spec macx-g++' flag from one of the last lines in the page. The generated Xcode project would only work if people have installed things in exactly the same location, which might actually work for most people. So that is one option. If this works, I can add the Xcode project to the repository, when someone tests and sends me the file. Cheers, Andrés On Tue, Aug 14, 2012 at 7:21 PM, Dr. Richard Boulanger |