Trying out the pre-compiled nightly release from commit d7f3dd5. Looks like kcr expects a Perl regular expressions library in /usr/local/opt. I believe this path is created by homebrew, but I don't have brew installed.
Is is possible to statically link this library, or specify it as a dependency in the Installation section of the README and let us set the DYLD_LIBRARY_PATH environmental variable to point to libpcre?
~/Downloads/kakoune.cr-nightly-x86_64-apple-darwin
❯ ./bin/kcr
dyld: Library not loaded: /usr/local/opt/pcre/lib/libpcre.1.dylib
Referenced from: /Users/mike/Downloads/kakoune.cr-nightly-x86_64-apple-darwin/./bin/kcr
Reason: image not found
Abort trap: 6
Trying out the pre-compiled nightly release from commit d7f3dd5. Looks like
kcr
expects a Perl regular expressions library in/usr/local/opt
. I believe this path is created by homebrew, but I don't havebrew
installed.Is is possible to statically link this library, or specify it as a dependency in the Installation section of the README and let us set the DYLD_LIBRARY_PATH environmental variable to point to libpcre?