Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile instead of the build_dependencies.sh script #210

Merged
merged 9 commits into from
Oct 10, 2015
Merged

Commits on Aug 21, 2015

  1. 1. libtiff update

    2. No more image libraries in lib folder. Instead those files are taken directly from the libtiff-ios folder, where they are built.
    3. No more leptonica & tesseract libraries in the lib folder of the repository. Instead those binaries are built automatically directly when run button in xCode is pressed
    4. No more build_dependencies script. Makefile instead to build Tesseract and all dependent libraries.
    5. An extra build phase has been added to the Tesseract OCR iOS framework. This phase simply runs the Makefile and build all the dependencies if necessary.
    6. Readme files have been updated to mention above changes.
    ws233 committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    a88c513 View commit details
    Browse the repository at this point in the history
  2. 1. Added targets to build libpng, libjpg, libtiff. Instead of scripts.

    2. Removed internal tesseract and leptonica headers from the project.
    ws233 committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    305e040 View commit details
    Browse the repository at this point in the history
  3. Fixing travis timeout issue

    ws233 committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    a8c2593 View commit details
    Browse the repository at this point in the history
  4. 1. Library binaries are back in the repo.

    2. Image fat libs are copied in ./libs and their headers in ./include
    ws233 committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    fab3aa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2015

  1. Fixing the clean and distclean make targets in the case when no d…

    …ependent libs have been downloaded yet.
    ws233 committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    a9ad8c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. Configuration menu
    Copy the full SHA
    c35b554 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2015

  1. 1. Makefile has been changed to install built tesseract libraries int…

    …o `$(arch)/lib` folder. So the lipo combines the multi architectural archive from those installed libs, instead of those intermediate .a files everywhere in the tesseract subfolders. As the result the size of the libtesseract.a is back to 21,5 MB instead of more than 62 MB.
    
    2. 'lib/libtesseract_all.a' has been removed with the original official name of the Tesseract library, which is libtesseract.a
    3. `Libtiff-ios` update till the version with `Makefile`
    4. Remove redundant code from out Makefile, since #3
    5. Remove `README_tesseract.md` since it's outdated.
    6. Added ashton and his `libtiff-ios` reference and contributions to `README.md` in the used libraries section.
    7. Also changed `README_how_to_compile_libraries.ms` a bit, since make is not as a rebuild step of the Tesseract-OCR framework anymore.
    ws233 committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    1667960 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2015

  1. 1. Libtiff update, so it is built for architectures specified in ARCH…

    …S environment variable only.
    
    2. Makefile updated to support ARCHS environment variable only for building specified architectures only.
    3. README_howto_compile_libraries.md updated to explain above changes.
    4. Prebuilt script changed to build only active architectures of dependent libraries in Travis CI build environment.
    ws233 committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    f6b6c3c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2015

  1. Add libtiff built with Xcode 7

    ws233 committed Oct 10, 2015
    Configuration menu
    Copy the full SHA
    10e9ced View commit details
    Browse the repository at this point in the history