| 73 |
Installation of LBBS on MSYS2 is similar to the above steps for Linux, except that: |
Installation of LBBS on MSYS2 is similar to the above steps for Linux, except that: |
| 74 |
|
|
| 75 |
1) Use additional config switches to keep compatible with the MSYS2 environment. |
1) Use additional config switches to keep compatible with the MSYS2 environment. |
| 76 |
./configure --prefix=$LBBS_HOME_DIR --with-mariadb --without-epoll --without-sysv |
./configure --prefix=$LBBS_HOME_DIR --with-mariadb --with-iconv --without-epoll --without-sysv |
| 77 |
|
|
| 78 |
2) Skip those steps not supported (e.g. systemd and logrotate). |
2) Skip those steps not supported (e.g. systemd and logrotate). |
| 79 |
|
|