Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
install:nix [2019/05/20 17:47] – [See Also] added a tag digital maninstall:nix [2019/09/04 11:34] – clarify location to run cleanall.sh daitengu
Line 54: Line 54:
   - ''# cd /sbbs/src/sbbs3; [[install:nix:make|make]] RELEASE=1''   - ''# cd /sbbs/src/sbbs3; [[install:nix:make|make]] RELEASE=1''
   - ''# cd /sbbs/xtrn/sbj; [[install:nix:make|make]]''   - ''# cd /sbbs/xtrn/sbj; [[install:nix:make|make]]''
-  - ''# cd /sbbs/xtrn/sbl; [[install:nix:make|make]]'' 
   - ''# cd /sbbs/exec''   - ''# cd /sbbs/exec''
   - ''# ln -s ../src/sbbs3/gcc.*.exe.release/* .''   - ''# ln -s ../src/sbbs3/gcc.*.exe.release/* .''
Line 305: Line 304:
 ==== Clean Rebuild ==== ==== Clean Rebuild ====
  
-Occasionally, you may need to perform a //clean// rebuild. A clean build can generally be achieved by first executing: +Occasionally, you may need to perform a //clean// rebuild. A clean build can generally be achieved by going to the ''src/'' directory and executing: 
-  src/cleanall.sh RELEASE=1+  ./cleanall.sh RELEASE=1
  
 **Note**:\\ **Note**:\\