Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Aug 16, 2014
1 parent 828392e commit 8c46fb8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
15 changes: 7 additions & 8 deletions README
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
2 changes: 2 additions & 0 deletions local.properties.sample
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
2 changes: 1 addition & 1 deletion orion-viewer/jni/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
For building native libraries you need android ndk r8e ang git installed on your system
For building native libraries you need android ndk r8e+ ang git installed on your system

NB: 1-2 steps are scripted in 'thirdparty_update.gradle' 'prepareNativePart' task

Expand Down
5 changes: 0 additions & 5 deletions orion-viewer/local.properties.sample

This file was deleted.

0 comments on commit 8c46fb8

Please sign in to comment.