Skip to content

Commit

Permalink
awt now no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Mühleisen committed Apr 30, 2024
1 parent c1cd743 commit 1fad095
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@

It's required to have a JDK installed to build.
Make sure the `JAVA_HOME` environment variable is set.

If you are on a Mac and install `openjdk` via `brew` then additionally, it's required to set:
```
export JAVA_AWT_LIBRARY=$JAVA_HOME/libexec/openjdk.jdk/Contents/Home/lib
```
because the [`FindJNI.cmake`](https://cmake.org/cmake/help/latest/module/FindJNI.html) module doesn't look there for the `awt` library.

### Development

Expand Down

0 comments on commit 1fad095

Please sign in to comment.