| 71 |
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: |
| 72 |
|
|
| 73 |
1) Use additional config switches to keep compatible with the MSYS2 environment. |
1) Use additional config switches to keep compatible with the MSYS2 environment. |
| 74 |
./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 |
| 75 |
|
|
| 76 |
2) Skip those steps not supported (e.g. systemd and logrotate). |
2) Skip those steps not supported (e.g. systemd and logrotate). |
| 77 |
|
|