LoginSignup
1
1

More than 5 years have passed since last update.

Windows用のemacs(NTEmacs)でewwを使う。

Last updated at Posted at 2018-01-14

※現在は、MSYS2ではなくvcpkgのlibxml2利用を検討中 ⇒ Visual Studioのインストールができず中断。インストールでき次第、検討再開(2018/01/28)

MSYS2のターミナルでlibxml2をインストール。

pacman -S mingw-w64-x86_64-libxml2

C:\msys64\mingw64\binにパスを通す。

set Path=C:\msys64\mingw64\bin;%Path%

これで、ewwを起動してもlibxml2 library not foundと怒られなくなる。

参考

1
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1