Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm authored Jul 16, 2023
1 parent 54152c9 commit 3f98099
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ allprojects {
}
dependencies {
implementation 'com.github.jwharm:cairo-java-bindings:0.1.0'
implementation 'com.github.jwharm:cairo-java-bindings:1.16.0'
}
```

Expand Down Expand Up @@ -169,22 +169,4 @@ access, you can optionally add `--enable-native-access=ALL-UNNAMED`.

## Building and Contributing

The project can be built with [bld](https://rife2.com/bld), the pure-java build tool from the
developers of Rife2. The build file is very simple, and can be found under the `src/bld` tree.

Because the entire `bld` build process is Java-based, as long as you have JDK 20 installed, you
don't need to download any build tools, compilers, or development packages.

- Run `./bld download` to initialize `bld` and download dependencies.

- Run `./bld publish` to build the project. The jar files can be found in the `build/dist/`
directory, and are also published to MavenLocal.

- Run `./bld test` to run the tests.

You can run `./bld` to see all other operations that are available.

The repository contains IntelliJ IDEA project files, to let it recognize the `bld` project
structure.

Please contribute PRs or log issues on [Github](https://github.com/jwharm/cairo-java-bindings).

0 comments on commit 3f98099

Please sign in to comment.