Menu

BuildingFromCvs Log in to Edit

Michael McCracken Trevor Harmon

Follow the instructions below to build BibDesk from CVS.

  1. Download and run the getBibDeskCVS script
    • For anonymous CVS access, you don't need to enter a password; just hit Return
    • Be sure to specify the BR_1x tag! Don't use HEAD.
  2. Make sure Xcode is set up properly.
    • Xcode 2.2 or higher is required
    • Go to Preferences 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 BuildMeFirst target
    1. Using the Set Active Target command in the Project menu, select BuildMeFirst
    2. Using the Set Active Build Configuration in the Project menu, select Debug
    3. Build the target
    4. Using the Set Active Build Configuration in the Project menu, select Release
    5. Build the target. (If you get an error about not being able to find sdp, make sure the Build Products directory you specified in Xcode's preferences doesn't have any spaces in it.)
  5. Build the BibDesk target
    1. Using the Set Active Target command in the Project menu, select BibDesk
    2. Build the target

Done!