Last active
July 22, 2023 05:46
-
-
Save askdkc/689045445119ed35ef09ad9f9b7165f7 to your computer and use it in GitHub Desktop.
PGroonga Builld Environment Setup for Ubuntu 22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get -V -y install wget tar build-essential zlib1g-dev liblzo2-dev libmsgpack-dev libevent-dev libmecab-dev libreadline-dev | |
sudo apt-get -y install software-properties-common | |
sudo add-apt-repository -y universe | |
sudo add-apt-repository -y ppa:groonga/ppa | |
sudo apt-get update | |
sudo apt-get -y install groonga | |
sudo apt-get -y install libgroonga-dev groonga-tokenizer-mecab groonga-token-filter-stem groonga-munin-plugins groonga-normalizer-mysql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just run
curl -L https://gist.githubusercontent.com/askdkc/689045445119ed35ef09ad9f9b7165f7/raw/7ec1b17d5887bff99d07b61882fa8367e6084ed6/ubuntu22-pgroonga-dev.sh | bash
And you are ready to go.