Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 178 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 178 Bytes

Generating LLVM bitcode of mecab

cd ~/git
git clone https://github.com/taku910/mecab.git
cd mecab/mecab
CC='clang' CXX='clang' ./configure --with-charset=utf8
make