This guide helps developers make the construction of libraries and server/middleware.
Prerequisites
OpenDevice requires Java 1.8. To check that you have the latest JDK, please run:
If you don’t have the JDK, you have to install it from Oracle’s JDK Site.
- Maven 3 (Optional but recommended)
...
Go to the source folder (OpenDevice/opendevice-middleware) and run:
chmod +x serverx build.sh
./serverbuild.sh compile
This will generate the file: /opendevice-middleware/target/opendevice-middleware-distribuition.zip
...