Synchronet v3.21e-Win32 (install) has been released (Mar-2026).

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
install:nix [2026/01/16 00:05] – [Git Build Method] 100MB is way too little (free space) today digital maninstall:nix [2026/03/17 02:53] (current) – [Git Build Method] use sbbs321e tag as example digital man
Line 80: Line 80:
   * ''$ [[install:nix:make|make]] -f install-sbbs.mk SYMLINK=1 NOCAP=1''   * ''$ [[install:nix:make|make]] -f install-sbbs.mk SYMLINK=1 NOCAP=1''
  
-Or, if you want to build a stable release from Git, specify a valid release [[dev:tags|tag]] on the make command-line (e.g. ''sbbs320b''):+Or, if you want to build a stable release from Git, specify a valid release [[dev:tags|tag]] on the make command-line (e.g. ''sbbs321e''):
   * ''$ [[install:nix:make|make]] -f install-sbbs.mk SYMLINK=1 **TAG=sbbs3xxx**''   * ''$ [[install:nix:make|make]] -f install-sbbs.mk SYMLINK=1 **TAG=sbbs3xxx**''
   * **NOTE**: this does not work with release tags earlier than ''sbbs319b'', use the Tarball install method instead for those.   * **NOTE**: this does not work with release tags earlier than ''sbbs319b'', use the Tarball install method instead for those.
Line 127: Line 127:
  
 If you want to build a stable release, replace the archive filenames above with valid release filenames: If you want to build a stable release, replace the archive filenames above with valid release filenames:
-  - replace ''sbbs_src.tgz'' with ''ssrc**320b**.tgz'' +  - replace ''sbbs_src.tgz'' with ''ssrc**321c**.tgz'' 
-  - replace ''sbbs_run.tgz'' with ''srun**320b**.tgz''+  - replace ''sbbs_run.tgz'' with ''srun**321c**.tgz''
  
 ==Using System Libraries== ==Using System Libraries==
Line 177: Line 177:
  
     make: *** No rule to make target 'js_archive.c', needed by 'gcc.linux.x64.obj.release-mt/js_archive.o' Stop.      make: *** No rule to make target 'js_archive.c', needed by 'gcc.linux.x64.obj.release-mt/js_archive.o' Stop. 
 +    
 +    make: *** No rule to make target 'ftpsrvr.c', needed by 'gcc.linux.x64.obj.debug-mt/ftpsrvr.o' Stop.
  
 ==== Notes ==== ==== Notes ====