Skip to content

Commit

Permalink
Merge pull request #30 from onting/master
Browse files Browse the repository at this point in the history
Mecab 설치 스크립트 수정
  • Loading branch information
DongjunLee committed Nov 5, 2019
2 parents d1e064e + 6ada754 commit 7de992f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script/install_mecab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mv mecab-ko-dic-2.1.1-20180720.tar.gz "$OUT_DIR/"

cd "$OUT_DIR"

tar -zxfv mecab-0.996-ko-0.9.2.tar.gz
tar -zxvf mecab-0.996-ko-0.9.2.tar.gz
cd mecab-0.996-ko-0.9.2
./configure
make
Expand All @@ -23,8 +23,9 @@ make install
cd ../

ldconfig
tar -zxfv mecab-ko-dic-2.1.1-20180720.tar.gz
tar -zxvf mecab-ko-dic-2.1.1-20180720.tar.gz
cd mecab-ko-dic-2.1.1-20180720
./autogen.sh
./configure
make
make install
Expand Down

0 comments on commit 7de992f

Please sign in to comment.