Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 247 Bytes

INSTALL.md

File metadata and controls

18 lines (13 loc) · 247 Bytes

INSTALL

Linux

Download from LLVM.org LLVM 3.0 and build and install;

./configure
make
sudo make install

Install ICU, Boost

Build and install Kiwi:

./configure
make
sudo make install