Edward Kmett
Edward Kmett
Let's install sdkman as a way to manage java installations: ``` $ curl -s "https://get.sdkman.io" | bash $ source "$HOME/.sdkman/bin/sdkman-init.sh" ``` You'll want to add `source "$HOME/.sdkman/bin/sdkman-init.sh"` to the end...
``` sdk install java 21.1.0.r11-grl ``` doesn't work for me. I'm thinking its because this happens to be an M1 mac?
I should adopt the standard name though, so that is handy information nonetheless!
Switching the instructions above to use the `sdk` version of `sbt` might be better as well.
Updated to include the easy path for normal users.
Next up you'll need to install `flatbuffers`. We currently require 1.12, not the current 2.0 release, so `brew install flatbuffers` won't just work. Grab the tarball from https://github.com/google/flatbuffers/releases/tag/v1.12.0 Open it...
Tried that first. `make install` fails before I get there because of the test failures. So we either need to patch out the `-Werror` thing or leave the user these...
I'd also usually tell `cmake` to build in an Xcode on a mac, and build in a side-directory like a good open source citizen, but the former was being cranky...
This seems like a pretty big bug, TBH. I think we should definitely do a patch, which will necessarily change the format, so should require a major version bump. The...
I rather deliberately avoided moving up to higher kinds in this package because there isn't a good way to know when to stop and it actively gets in the way...