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 [2025/12/14 16:25] – [Errors] Add the new FAQ about the build error due to *.c files renamed to *.cpp digital maninstall:nix [2026/03/17 02:53] (current) – [Git Build Method] use sbbs321e tag as example digital man
Line 66: Line 66:
 ==== Git Build Method ==== ==== Git Build Method ====
  
-Quick installation from [[dev:Git]] (requires 100+MB of disk space):+Quick installation from [[dev:Git]] (requires about 1.2GB of available disk space):
  
   * ''$ [[install:nix:fetch makefile|wget]] [[https://gitlab.synchro.net/main/sbbs/-/raw/master/install/install-sbbs.mk]]''   * ''$ [[install:nix:fetch makefile|wget]] [[https://gitlab.synchro.net/main/sbbs/-/raw/master/install/install-sbbs.mk]]''
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 ====