Skip to content

Commit

Permalink
Document the need for a case sensitive FS
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobat authored and holly-cummins committed Feb 8, 2024
1 parent 342c754 commit 40bc357
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ in [`native-tests.json`](.github/native-tests.json) to have its integration test

If you have not done so on this machine, you need to:

* Make sure you have a case-sensitive filesystem. Java development on a case-insensitive filesystem can cause headaches.
* Linux: You're good to go.
* macOS: Use the `Disk Utility.app` to check. It also allows you to create a case-sensitive volume to store your code projects. See this [blog entry](https://karnsonline.com/case-sensitive-apfs/) for more.
* Windows: [Enable case sensitive file names per directory](https://learn.microsoft.com/en-us/windows/wsl/case-sensitivity)
* Install Git and configure your GitHub access
* Install Java SDK 11+ (OpenJDK recommended)
* Install [GraalVM](https://quarkus.io/guides/building-native-image)
Expand Down

0 comments on commit 40bc357

Please sign in to comment.