File tree 2 files changed +28
-0
lines changed
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ Google Inc.
2
+ Daniel Connelly
Original file line number Diff line number Diff line change
1
+ Build Requirements
2
+ ==================
3
+
4
+ This package must be built on a Mac OS X system, with:
5
+
6
+ * Xcode 4 or higher (https://developer.apple.com/xcode/index.php)
7
+ * Java for OS X (http://support.apple.com/downloads/#java)
8
+ * Apache Maven (http://maven.apache.org/)
9
+
10
+ Build Instructions
11
+ ==================
12
+
13
+ The simplest way to build this package is to run "make dist" from its
14
+ top directory. This builds the translator, JRE emulation and JUnit
15
+ libraries, and creates a "dist/" directory with commands, libraries
16
+ and include files.
17
+
18
+ Running "make" in each project directory will build just that project.
19
+ The J2ObjC translator is the main project, so running just "make" in
20
+ it will only build the translator. While this is useful for developing
21
+ the translator, "make dist" is recommended for developers who just want
22
+ to use the tool. Apache Maven is used to copy the translator's
23
+ dependent jars from the Maven Repository.
24
+
25
+ Running "make clean" removes all files created by the build, including
26
+ the "dist/" directory.
You can’t perform that action at this time.
0 commit comments