Both sides previous revisionPrevious revision | |
howto:raspbian_install [2024/03/22 16:58] – [DOSEMU On Raspberry Pi 4 with 64 Bit OS] nelgin | howto:raspbian_install [2024/10/11 22:16] (current) – Installation make command-line updated to reflect new makefile name and default target digital man |
---|
| 7 | ''mkdir ~/sbbs'' | Create the directory where Synchronet will be built and run from | | | 7 | ''mkdir ~/sbbs'' | Create the directory where Synchronet will be built and run from | |
| 8 | ''cd ~/sbbs'' | Change the current working directory to the newly-created directory | | | 8 | ''cd ~/sbbs'' | Change the current working directory to the newly-created directory | |
| 9 | ''wget [[https://gitlab.synchro.net/sbbs/sbbs/-/raw/master/install/GNUmakefile]]'' | [[install:nix:Fetch makefile]] | | | 9 | ''wget [[https://gitlab.synchro.net/sbbs/sbbs/-/raw/master/install/install-sbbs.mk]]'' | [[install:nix:Fetch makefile]] | |
|10 | ''make install SYMLINK=1 JSINCLUDE=/usr/include/js JSLIB=mozjs185'' | Build it (will likely take quite a while) | | |10 | ''make -f install-sbbs.mk SYMLINK=1 JSINCLUDE=/usr/include/js JSLIB=mozjs185'' | Build it (will likely take quite a while) | |
|11 | ''export SBBSCTRL=~/sbbs/ctrl'' | See [[config:env]] for details on setting this environment variable persistently | | |11 | ''export SBBSCTRL=~/sbbs/ctrl'' | See [[config:env]] for details on setting this environment variable persistently | |
|12 | ''~/sbbs/exec/[[util:scfg]]'' | Configure your BBS, see ''[[config:sbbs.ini]]'' for more Synchronet server settings | | |12 | ''~/sbbs/exec/[[util:scfg]]'' | Configure your BBS, see ''[[config:sbbs.ini]]'' for more Synchronet server settings | |