forked from renard314/textfairy
-
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
Showing
1 changed file
with
8 additions
and
7 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,3 +1,5 @@ | ||
[![Build Status](https://travis-ci.org/renard314/textfairy.svg?branch=master)](https://travis-ci.org/renard314/textfairy) | ||
|
||
textfairy | ||
========= | ||
|
||
|
@@ -6,7 +8,6 @@ Android OCR App | |
available in the [play store] [p] | ||
[p]: https://play.google.com/store/apps/details?id=com.renard.ocr | ||
|
||
[![Build Status](https://travis-ci.org/renard314/textfairy.svg?branch=master)](https://travis-ci.org/renard314/textfairy) | ||
|
||
Features | ||
-------- | ||
|
@@ -44,14 +45,14 @@ The following projects where added to the sources directly either because they w | |
|
||
Building with gradle | ||
-------------------------------------- | ||
make sure that you have got the android sdk as well as ndk (r8e) installed | ||
make sure that you have got the android sdk as well as ndk (r15c) installed | ||
|
||
* `git clone [email protected]:renard314/textfairy.git` | ||
* `cd textfairy` | ||
* `git submodule update` | ||
* `git submodule init` | ||
* modify `path` to `ndk-build` in `gradle.properties` | ||
* cd tess-two/tess-two | ||
* ndk-build -j4 | ||
* cd ../../ | ||
* ./gradlew app:assembleDevelopDebug | ||
* set `ndk.dir` to point to your `ndk-build` in `gradle.properties` | ||
* `cd tess-two/tess-two` | ||
* `ndk-build -j4` | ||
* `cd ../../` | ||
* `./gradlew app:assembleDevelopDebug` |