Installation
Via Homebrew
HyperMake can be installed via brew with a custom tap.
brew tap ctongfei/repo
brew install --HEAD ctongfei/repo/hypermake
Right now the Homebrew formula is configured to use the HEAD version of HyperMake, which is the latest version on the main branch. To reinstall if the latest version changed, do
brew reinstall ctongfei/repo/hypermake
Building from source
HyperMake can also be directly built from source. It requires sbt to build and JDK 8+ to run.
git clone https://github.com/ctongfei/hypermake
cd hypermake
make
make install
This will build the HyperMake binary and install it locally to $HOME/.local/bin/hypermake.
To install it elsewhere, simply modify the $PREFIX variable in the Makefile.