--- lbbs/INSTALL.md 2025/11/21 02:28:23 1.16 +++ lbbs/INSTALL.md 2025/11/21 03:33:05 1.17 @@ -73,7 +73,7 @@ For MSYS2 User Installation of LBBS on MSYS2 is similar to the above steps for Linux, except that: 1) Use additional config switches to keep compatible with the MSYS2 environment. - ./configure --prefix=$LBBS_HOME_DIR --with-mariadb --without-epoll --without-sysv + ./configure --prefix=$LBBS_HOME_DIR --with-mariadb --with-iconv --without-epoll --without-sysv 2) Skip those steps not supported (e.g. systemd and logrotate).