Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed May 1, 2023
1 parent 567dbd0 commit 3f755d0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,33 @@

# vavi-image-bpg

BPG (Better Portable Graphics) decoder over libbpg via JNA.

## Install

* [maven](https://jitpack.io/#umjammer/vavi-image-bpg)
### maven

* https://jitpack.io/#umjammer/vavi-image-bpg

### dynamic library

libbpg

```shell
$ git clone https://github.com/mirrorer/libbpg
$ cd libbpg
$ git fetch --depth 1 origin 0e2aadb
$ git checkout 0e2aadb
$ patch -p 0 < .../vavi-image-bpg/src/main/pacth/mac.patch
$ make
$ cp libbpg.dylib /usr/local/lib
```

java system property

```
-Djna.library.path=/usr/local/lib
```

## Usage

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>vavi</groupId>
<artifactId>vavi-image-bpg</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<properties>
<jnaerator.version>0.12</jnaerator.version>
Expand Down

0 comments on commit 3f755d0

Please sign in to comment.