This repository has been archived on 2025-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
puyoskey-firefish/dev/macos/build-pgroonga.sh

8 lines
158 B
Bash
Executable file

#!/usr/bin/env bash
sudo -v
brew install groonga
git clone --recursive https://github.com/pgroonga/pgroonga.git --depth 1
cd pgroonga
make
sudo make install