-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed build errors and updated documentation.
- Loading branch information
Showing
7 changed files
with
39 additions
and
18 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 |
---|---|---|
|
@@ -2,8 +2,8 @@ To compile guides apk you need to create local.properties file with two values: | |
sdk.dir=/Full/path/to/android/sdk | ||
ndk.dir=/Full/path/to/android/ndk | ||
|
||
and you need to clone mapswithme android api repo (don't forget to update it if already cloned): | ||
cd 3rdparty; git clone [email protected]:mapswithme/api-android.git | ||
and you need to clone mapsme android api repo (don't forget to update it if already cloned): | ||
cd 3rdparty; git clone [email protected]:mapsme/api-android.git | ||
|
||
Use | ||
./gradlew installDebug (or iD) to build and install debug version or | ||
|
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 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 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,6 +1,6 @@ | ||
#Mon Jun 09 21:06:40 HST 2014 | ||
#Sat Dec 05 11:21:19 MSK 2015 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip |
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 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 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,3 +1,23 @@ | ||
Welcome to Offline Travel Guides based on Wikivoyage open data! | ||
|
||
You can check live guides here: http://guidewithme.com/ | ||
|
||
# Basic setup | ||
|
||
All guides apps need pre-built data, which is taken from Wikivoyage project. | ||
Please check out scripts in builder folder to understand how to do it, now they're lacking any documentation. | ||
|
||
NOTE: Guides were never built on Windows. If you manage to do it, please | ||
share a pull request with your fixes. | ||
|
||
For Android, create android/local.properties file with content: | ||
``` | ||
sdk.dir=/full/path/to/android-sdk | ||
ndk.dir=/full/path/to/android-ndk | ||
``` | ||
You also need to clone MAPS.ME android api repo (don't forget to update it if already cloned): | ||
```cd android/3rdparty; git clone [email protected]:mapsme/api-android.git``` | ||
|
||
# How to build guide for a new country | ||
|
||
To add new country to generation list please follow next steps: | ||
|