--- lbbs/INSTALL.md 2025/11/21 07:36:41 1.18 +++ lbbs/INSTALL.md 2025/11/22 01:49:23 1.19 @@ -71,7 +71,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 --with-iconv --without-epoll --without-sysv + ./configure --prefix=$LBBS_HOME_DIR --with-mariadb --with-iconv --without-epoll --without-sysv --disable-shared 2) Skip those steps not supported (e.g. systemd and logrotate).