On 10/01/2017 12:32 PM, == ?? == wrote: > Hi Max?? > Are there released jar files?? > Build is very complicated??
Right now, the project only releases "source code". 1.3.1 is in final preparation, and it will also be a tarball, and a git tag. The Java-themed build isn't actually very complicated to /run/ (it may be complicated to understand all of what's happening, but that's a different story). If you've never built it before, you need to get the host system dependencies installed, which is a one-time job and documented on the wiki, and the first build will stop a couple of times for you to check out from git trees of external projects because developers felt it wasn't safe to automatically check those out; all the other dependencies are automatically downloaded. but besides that one-time cost, the build is no more complicated on a Linux host than: 1. make sure JAVA_HOME is set 2. ./build.sh build_linux_secured_with_java or ./build.sh build_linux_unsecured_with_java depending on which one you want. _______________________________________________ iotivity-dev mailing list [email protected] https://lists.iotivity.org/mailman/listinfo/iotivity-dev
