Skip to content

How to build and install the driver

danielWQ edited this page Sep 15, 2015 · 4 revisions

This project contains a Gradle build file (for more information about Gradle visit https://gradle.org/). You can either install gradle on your own (version 2.1 and above should work) or use the Gradle Wrapper provided with this project (see https://docs.gradle.org/2.1/userguide/gradle_wrapper.html).

Gradle manages the dependencies and other build-related things in order to get up and running very fast. This project is a standalone build having some dependencies to the OpenMUC framework.

In order to build the project, the OpenMUC framework JARs must be available in the correct version (the version of OpenMUC this project is built against is defined in the file build.gradle). Unfortunately, OpenMUC builds are not available on Maven Central or any other public Maven repository. Thus you have to install OpenMUC in your local filesystem (use gradle install in the OpenMUC base directory) or publish the OpenMUC builds into some writable repository manager (like Nexus or Artifactory).