This is an automated email from the git hooks/post-receive script. pini pushed a commit to tag upstream/1.1.0_beta1 in repository sikuli.
commit e6635cbd6adea13b3fae494dcdcf3c51c92f1bc5 Author: Raimund Hocke <[email protected]> Date: Sun Dec 29 14:10:56 2013 +0100 Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index cfd5e10..bc93eb9 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,20 @@ A maven based build workflow for the native libraries (libVisionProxy, lib...Uti The prebuilt native libraries for Windows, Mac and Linux (partially).<br /> (contained in `sikuli-setup.jar`) +It contains a Maven workflow to execute build scripts for the native libraries on the system running on: +Windows (not yet ready): WinUtil.dll, VisionProxy.dll +Mac: libMacHotkeyManager.dylib, libMacUtil.dylib, libVisionProxy.dylib +Linux: libVisionProxy.so + +To run it from the project root folder: +`mvn -f Libs/x*` + +The build scripts are in the respective system folder in folder `build` <br /> +The built libraries will directly go to the respective resources folder. <br /> +In case of errors you have to check the prerequisites: [look here ...](https://github.com/RaiMan/SikuliX-2014/wiki/How-to-prepare-for-and-build-the-native-libraries) + +For Linux there will still be a supplemental package available on the download page, that allows to build libVisionProxy.so + **Module Tesseract** Currently as a convenience the standard tessdata folder needed for using Tesseract 3.0.<br /> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

