Parent Directory
|
Revision Log
|
Patch
| Revision 1.17 by sysadm, Fri Nov 21 03:33:05 2025 UTC | Revision 1.18 by sysadm, Fri Nov 21 07:36:41 2025 UTC | |
|---|---|---|
| # | Line 21 To install LBBS on Linux (e.g. Debian 13 | Line 21 To install LBBS on Linux (e.g. Debian 13 |
| 21 | ||
| 22 | 4) Compile source files | 4) Compile source files |
| 23 | export LBBS_HOME_DIR=/usr/local/lbbs | export LBBS_HOME_DIR=/usr/local/lbbs |
| 24 | Choose different implementation based on System V or Posix | ./configure --prefix=$LBBS_HOME_DIR |
| ./configure --prefix=$LBBS_HOME_DIR --with-sysv | ||
| ./configure --prefix=$LBBS_HOME_DIR --without-sysv | ||
| 25 | make | make |
| 26 | ||
| 27 | 5) Create user and group | 5) Create user and group |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |