Warning
As this project is still in the pre-release phase, there is still a possibility that the language specifications could change significantly!
$ brew install llvm@17$ export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"If you want to make it permanent, put it in a shell initialization file.
For example, in the case of a ~/.profile.
$ echo 'export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"' >> ~/.profileMake sure Python3 is installed.
$ ./install.py
$ kaede -h