| 68 |
================== |
================== |
| 69 |
Installation of LBBS on Cygwin is similar to the above steps for Linux, except that: |
Installation of LBBS on Cygwin is similar to the above steps for Linux, except that: |
| 70 |
|
|
| 71 |
a. Use additional config switches to keep compatible with the Cygwin environment. |
1) Use additional config switches to keep compatible with the Cygwin environment. |
| 72 |
./configure --prefix=$LBBS_HOME_DIR --with-mariadb --without-epoll |
./configure --prefix=$LBBS_HOME_DIR --with-mariadb --without-epoll |
| 73 |
|
|
| 74 |
b. Enable Cygserver with optimized parameters (as large as possible) of XSI semaphore and shared memory in /etc/cygserver.conf |
2) Enable Cygserver with optimized parameters (as large as possible) of XSI semaphore and shared memory in /etc/cygserver.conf |
| 75 |
|
|
| 76 |
|
3) Skip those steps not supported by Cygwin (e.g. systemd and logrotate). |
| 77 |
|
|
|
c. Skip those steps not supported by Cygwin (e.g. systemd and logrotate). |
|