Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Building J2ObjC

Tom Ball edited this page Feb 5, 2014 · 4 revisions

Requirements

  • Apple Mac OS X system
  • Latest version of Xcode

Building J2ObjC

To build from a command-line in a Terminal window, run:

$ make dist

to build the full distribution,

$ make test

to run all unit tests, and

$ make clean

to remove all files generated by the build.

We've Moved!

The J2ObjC wiki has moved to j2objc.org.

Please find this page in its new home: http://j2objc.org/docs/_Sidebar.html

Clone this wiki locally