Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaemara authored Dec 25, 2020
1 parent 893d22c commit 2783be0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Jdlib
Java Wrapper For dlib

## Compiling Jdlib:

## Using Jdlib
JAR files contains binaries of Jdlib on current supprted platforms (Linux and Mac OS X).

Also you can have everything downloaded and installed automatically with Maven after including the next dependency inside the pom.xml.

```
<dependency>
<groupId>com.emaraic</groupId>
<artifactId>jdlib</artifactId>
<version>1.0.0</version>
</dependency>
```

## Compiling Jdlib
### Clone project:
```
$ git clone https://github.com/tahaemara/jdlib.git
Expand All @@ -22,3 +36,5 @@ $ cd ../../Jdlib
$ mvn package
```

After that you will have the JAR file including the binaries for your platform inside Jdlib/target.

0 comments on commit 2783be0

Please sign in to comment.