forked from max-kammerer/orion-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
828392e
commit 8c46fb8
Showing
4 changed files
with
10 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
To build Orion Viewer from command line you will need: | ||
android-sdk-r21 | ||
apache-ant 1.8 | ||
To build Orion Viewer you will need: | ||
android-sdk-r23+ | ||
android-ndk-r9d+ | ||
gradle 1.12+ | ||
|
||
Specify path to android-sdk in 'orion-viewer/local.properties' | ||
Use 'orion-viewer/local.properties.sample' as example. | ||
Specify path to android-sdk in 'local.properties' (use 'local.properties.sample' as example). | ||
|
||
There is a build script in 'orion-viewer' folder named 'build.xml'. | ||
To build project run 'ant release' from this folder. | ||
All build logic scripted in build.gradle, | ||
but before running it checkout and build native libraries see 'orion-viewer/jni/README' file | ||
|
||
For native build see ReadMe file in "orion-viewer/jni" folder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Modify 'sdk.dir' property and resave this file as local.properties | ||
sdk.dir=/path/to/android/sdk/android-sdk-linux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.