jbaginski / cling

UPnP/DLNA library for Java and Android

Home Page:http://4thline.org/projects/cling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read the README.txt

https://github.com/4thline/cling/blob/master/distribution/src/dist/README.txt

Building Cling

  • Install Maven 3.2.3 or newer.

  • Install the Android SDK and set the ANDROID_HOME environment variable to the SDK install directory.

  • Clone the Cling source:

git clone https://github.com/4thline/cling.git
  • Change into the cling/ directory.

  • Install everything into your local ~/.m2 Maven repository (this will take a few minutes if all dependencies have to be downloaded for the first time).

mvn clean install

If your build fails with Android/dex packaging errors, you forgot the clean.

  • Use Cling in your pom.xml with:
<dependencies>
  <dependency>
    <groupId>org.fourthline.cling</groupId>
    <artifactId>cling-core</artifactId>
    <version>2.0.1</version>
  </dependency>
</dependencies>

About

UPnP/DLNA library for Java and Android

http://4thline.org/projects/cling


Languages

Language:Java 95.1%Language:HTML 4.7%Language:CSS 0.2%