Last active
July 2, 2019 21:12
-
-
Save Kirkman/0cb3e5c784a74c1dbe4d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For future reference, here is the sequence of commands that resulted in | |
success for me: | |
cd /sbbs | |
export CVSROOT=:pserver:[email protected]:/cvsroot/sbbs | |
./src/cleanall.sh RELEASE=1 | |
cvs update -d exec | |
cvs update src 3rdp | |
cd /sbbs/src/sbbs3; make RELEASE=1 clean; make RELEASE=1 USE_DOSEMU=1 | |
cd /sbbs/src/sbbs3/scfg; make RELEASE=1 clean; make RELEASE=1 USE_DOSEMU=1 | |
cd /sbbs/exec; make clean; make USE_DOSEMU=1 | |
/sbbs/exec/jsexec update.js | |
/etc/init.d/sbbs restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment