Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Build instructions

akosma edited this page Aug 2, 2011 · 1 revision

Build Instructions

Follow these instructions to build nib2objc:

  1. Clone the repository with this command git clone git@github.com:akosma/nib2objc.git
  2. CD into the nib2objc repository created in the previous step with cd nib2objc
  3. nib2objc uses Git submodules to integrate the Fragaria framework used in the GUI application. To use it, you have to type the following commands:
git submodule init
git submodule update
  1. After that, you should be able to open any of the Xcode projects bundled with the code by clicking the “Build and Run” button.
Clone this wiki locally