Created
June 18, 2020 23:10
-
-
Save u1and0/21047c9a6ecbfd43c7c29d88776e12f0 to your computer and use it in GitHub Desktop.
install nkf for msys2
This file contains 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
## nkf on msys2 install | |
```sh | |
$ mkdir -p ~/abs/nkf # absにパッケージtar.gzを入れる | |
# https://wiki.archlinux.jp/index.php/%E3%83%91%E3%83%83%E3%82%B1%E3%83%BC%E3%82%B8%E3%81%AE%E4%BD%9C%E6%88%90 | |
$ cd ~/abs/nkf | |
$ curl -fsSL https://ja.osdn.net/projects/nkf/downloads/70406/nkf-2.1.5.tar.gz/ | |
$ tar -xvf nkf-2.1.5.tar.gz | |
$ cd nkf-2.1.5 | |
$ make | |
$ cp nkf.exe /usr/bin | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment