8 lines
189 B
Text
Executable file
8 lines
189 B
Text
Executable file
git clone https://code.google.com/p/j2objc/
|
|
cd j2objc
|
|
git apply ../j2objc.patch
|
|
mvn eclipse:eclipse
|
|
mvn -DskipTests=true install
|
|
cd ../net.osmand.translator
|
|
mvn eclipse:eclipse
|
|
mvn install
|