BuildingFromSVN

From BibDeskWiki

Follow the instructions below to build BibDesk from Subversion.

  1. Download and run the getBibDeskSVN (http://bibdesk.svn.sourceforge.net/svnroot/bibdesk/trunk/bibdesk/getBibDeskSVN) script
  2. Make sure Xcode is set up properly.
    • Xcode 2.2 or higher is required
    • Go to Preferences > Building and specify a customized location for Build Products
    • Make sure the directory you specify has no spaces
  3. Open bibdesk/Bibdesk.xcodeproj
  4. Build the BibDesk target
    1. Using the Set Active Target command in the Project menu, select BibDesk
    2. Using the Set Active Build Configuration in the Project menu, select Release
    3. Build the target.
    4. If you want to debug (and who doesn't?), using the Set Active Build Configuration in the Project menu, select Debug
    5. Build the target again.

Done!