On Sat, May 14, 2016 at 7:20 PM, Simon Eigeldinger <[email protected]> wrote: > Hi david, > > I guess that would work though i want to get the latest stuff. > and as far as i know the tesseract team is pretty slow in releasing new > stable versions. *smile* > and they unfortunately don't offer daily builds.
You probably need to build it yourself then. You might want to look into the MSYS2 PKGBUILDs, and if you wanted the latest, you should make a -git version of mingw-w64-tesseract that builds it from the tesseract revision control repository on github. Cheers, Ray. > > greetings, > simon > > > Am 14.05.2016 um 19:39 schrieb David Grayson: >> Have you tried installing the package and then copying the needed files out >> of MSYS2? You might need some of the runtime DLLs like libgcc*.dll. >> >> --David >> On May 14, 2016 7:00 AM, "Simon Eigeldinger" <[email protected]> >> wrote: >> >>> Hi David, >>> >>> Thanks for the info. >>> I need Tesseract on a machine that hasn't msys2 installed and i want to >>> use it as a stand aline app. >>> >>> greetings, >>> simon >>> >>> >>> Am 14.05.2016 um 02:20 schrieb David Grayson: >>> >>>> I don't know anything about tesseract, but it looks like you can just >>>> install tesseract using pacman. You can run "pacman -Ss | grep >>>> tesseract" to find all the tesseract-related packages. >>>> >>>> The scripts that were used to build those packages can be found here: >>>> >>>> https://github.com/Alexpux/MINGW-packages >>>> >>>> But you only need to use those scripts if the packages are bad for >>>> some reason and you want to rebuild them yourself. >>>> >>>> --David >>>> >>>> On Fri, May 13, 2016 at 1:33 PM, Simon Eigeldinger >>>> <[email protected]> wrote: >>>> >>>>> Hi all, >>>>> >>>>> Has someone compiled tesseract on msys2/mingw-w64? >>>>> Which packages do i need and how does that work? >>>>> I did that on cygwin once but never did that on mingw. >>>>> maybe someone could tell me. >>>>> >>>>> Thanks and greetings, >>>>> Simon >>>>> >>>>> --- >>>>> Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. >>>>> https://www.avast.com/antivirus >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Mobile security can be enabling, not merely restricting. Employees who >>>>> bring their own devices (BYOD) to work are irked by the imposition of MDM >>>>> restrictions. Mobile Device Manager Plus allows you to control only the >>>>> apps on BYO-devices by containerizing them, leaving personal data >>>>> untouched! >>>>> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >>>>> _______________________________________________ >>>>> Msys2-users mailing list >>>>> [email protected] >>>>> https://lists.sourceforge.net/lists/listinfo/msys2-users >>>>> >>>> >>>> >>> -- >>> Simon Eigeldinger >>> Follow me on Twitter: http://www.twitter.com/domasofan/ >>> E-Mail: [email protected] >>> MSN: [email protected] >>> ICQ: 121823966 >>> Jabber: [email protected] >>> >>> --- >>> Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. >>> https://www.avast.com/antivirus >>> >>> >> > > -- > Simon Eigeldinger > Follow me on Twitter: http://www.twitter.com/domasofan/ > E-Mail: [email protected] > MSN: [email protected] > ICQ: 121823966 > Jabber: [email protected] > > --- > Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. > https://www.avast.com/antivirus > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Msys2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msys2-users ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
