Skip to content

Instantly share code, notes, and snippets.

@WhiteCat6142
Created December 24, 2022 05:38
Show Gist options
  • Save WhiteCat6142/f6c8ea9e7bdddb84fd15c521131295b8 to your computer and use it in GitHub Desktop.
Save WhiteCat6142/f6c8ea9e7bdddb84fd15c521131295b8 to your computer and use it in GitHub Desktop.
#!/bin/bash
# install G-HAL modified Anthy
# download http://www.fenix.ne.jp/~G-HAL/soft/nosettle/im.html
# tar xf anthy-9100h.patch13- ??? .tar.xz -C /usr/local/lib64
export CXXFLAGS="-std=gnu++14"
./configure
make
make check
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment