From fdb591de5f8f8a6b495165e64f1a5b950877e51f Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 26 Sep 2008 06:36:23 +0000 Subject: [PATCH] "Unix install commands for dummies." Should we combine these into a downloadable shell script? :-) --- docs/sbbsunix.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/sbbsunix.txt b/docs/sbbsunix.txt index 85cc024828..1c783d9296 100644 --- a/docs/sbbsunix.txt +++ b/docs/sbbsunix.txt @@ -140,6 +140,25 @@ A. Yes, you'll need to use chcon on each of the shared objects (.so files) chcon -t texrel_shlib_t /path/to/libwhatever.so Do this for each .so file that Synchronet creates. + +Quick Install/Configure/Run Instructions +======================================== + +Note: Type each of the following commands at a Unix shell prompt. + Do not actually type the '#' character. + +# mkdir /sbbs +# cd /sbbs +# wget http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/GNUmakefile +# gmake install SYMLINK=1 +# export SBBSCTRL=/sbbs/ctrl +# /sbbs/exec/scfg +# /sbbs/exec/sbbs + +If you have any problem with these commands, see the detailed step-by-step +instructions below: + + Step-by-step Instructions ========================= -- GitLab