Skip to content

Commit e67cb0a

Browse files
committed
Deleted plain-text README.
Change on 2014/02/05 by tball <[email protected]> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=61074058
1 parent faad8d9 commit e67cb0a

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Google Inc.
2+
Daniel Connelly

INSTALL

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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.

0 commit comments

Comments
 (0)