Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
renard314 authored Aug 8, 2017
1 parent ad47be2 commit 6687aa7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
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
=========

Expand All @@ -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
--------
Expand Down Expand Up @@ -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`

0 comments on commit 6687aa7

Please sign in to comment.