Skip to content
Snippets Groups Projects
Commit fdb591de authored by rswindell's avatar rswindell
Browse files

"Unix install commands for dummies."

Should we combine these into a downloadable shell script? :-)
parent 2cebd3c2
No related branches found
No related tags found
No related merge requests found
......@@ -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
=========================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment