Skip to content
MURAOKA Taro edited this page Jul 9, 2015 · 1 revision

How to compile w/ VC10

$ nmake -f mk_mvc.mak WITH_ICONV=yes ICONV_DIR=../../build/msvc/target/install-x64
  • WITH_ICONV should be yes to enable iconv.
  • ICONV_DIR path for $(ICONV_DIR)/include/iconv.h and $(ICONV_DIR)/lib/iconv.lib
Clone this wiki locally