Skip to content

Commit

Permalink
Small changes to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtheis committed Apr 3, 2017
1 parent f429b62 commit 90ec1c7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
6 changes: 1 addition & 5 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Studio project, or follow the instructions below to build on the command line.
Note: When building from Android Studio, you may need to set the path to your
NDK installation in the Project Structure dialog (File->Project Structure).

##_Android Studio and Gradle_
## _Android Studio and Gradle_

The Gradle build uses the gradle-stable plugin and the Android NDK to
build the Tesseract and Leptonica native C/C++ code through a call to
Expand All @@ -29,8 +29,6 @@ Run the following commands:
export ANDROID_HOME=/path/to/your/android-sdk
git clone git://github.com/rmtheis/tess-two tess
cd tess
android update project --path tess-two
cp tess-two/local.properties .
./gradlew assemble
_On Windows:_
Expand All @@ -44,8 +42,6 @@ Run the following commands:
set ANDROID_HOME=C:\\path\\to\\your\\android-sdk
git clone git://github.com/rmtheis/tess-two tess
cd tess
android update project --path tess-two
copy tess-two\local.properties .
gradlew assemble

### Testing
Expand Down
17 changes: 14 additions & 3 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Steps to reproduce the issue:
1.
2.
3.
4.
5.

Expected result:

Expand All @@ -18,6 +16,19 @@ Actual result:



Tess-two version used:
Tess-two version:



Android version:



Phone/device model:



Phone/device architecture (armeabi, armeabi-v7a, x86, mips, arm64-v8a, x86_64, mips64):



0 comments on commit 90ec1c7

Please sign in to comment.