https://github.com/CellProfiler/CellProfiler/wiki/Source-installation-%28OS-X-and-macOS%29
の通りやっていますが、うまくいっていないのでメモ。
macです。
Homebrewのインストール
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
というエラーがでるがいちおううごく。
さらに、
Error:
homebrew-core is a shallow clone.
To `brew update`, first run:
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
This command may take a few minutes to run due to the large size of the repository.
This restriction has been made on GitHub's request because updating shallow
clones is an extremely expensive operation due to the tree layout and traffic of
Homebrew/homebrew-core and Homebrew/homebrew-cask. We don't do this for you
automatically to avoid repeatedly performing an expensive unshallow operation in
CI systems (which should instead be fixed to not use shallow clones). Sorry for
the inconvenience!
Failed during: /usr/local/bin/brew update --force --quiet
というエラーもるので、
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
をやる。これは成功。
java インストール
brew cask install java