Skip to content

Commit

Permalink
Add more notes for building jruby package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 2, 2023
1 parent 8dd14ea commit fbd65ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ rake release
You might need to delete `Gemfile.lock` before trying to `bundle install`.

```
# Ensure you have the correct JDK:
pacman -Syu jdk-openjdk
archlinux-java set java-19-openjdk
# Ensure you are using jruby:
chruby jruby
bundle update
# Build the package:
rake clean
rake compile
rake release
Expand Down

0 comments on commit fbd65ff

Please sign in to comment.