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 [2018/03/01 12:21] – old revision restored digital maninstall:nix [2018/04/14 14:22] – [Errors] Mention normal/expected errors when building libmozjs digital man
Line 27: Line 27:
  
 Note: If you intend on using [[howto:dosemu]] on Linux (for running 16-bit DOS doors), add ''USE_DOSEMU=1'' to the below ''make'' command-lines or put the following in the ''src/sbbs3/localdefs.mk'' file: Note: If you intend on using [[howto:dosemu]] on Linux (for running 16-bit DOS doors), add ''USE_DOSEMU=1'' to the below ''make'' command-lines or put the following in the ''src/sbbs3/localdefs.mk'' file:
-  UES_DOSEMU=1+  USE_DOSEMU=1
  
 === Build === === Build ===
Line 85: Line 85:
  
   * Errors such as "C++ cannot create executables" and many others are generally caused by missing [[install:nix:prerequisites]].   * Errors such as "C++ cannot create executables" and many others are generally caused by missing [[install:nix:prerequisites]].
 +
 +  * The following errors occur when building the Mozilla JavaScript library (libmozjs), are normal and can be safely ignored:
 +<code>
 +  /bin/sh: 1: autoconf-2.13: not found
 +  GNUmakefile:52: recipe for target '../build/../../src/../3rdp/gcc.linux.x64.debug/mozjs/lib/libmozjs185-1.0.a' failed
 +  make[1]: [../build/../../src/../3rdp/gcc.linux.x64.debug/mozjs/lib/libmozjs185-1.0.a] Error 127 (ignored)
 +</code>
 ==== Notes ==== ==== Notes ====
  
Line 291: Line 298:
 6. Shutdown and re-run sbbs: 6. Shutdown and re-run sbbs:
  
-  ''# /etc/init.d/sbbs restart'' +  ''# /etc/init.d/sbbs restart''  
 + 
 +or:
  
 +  * ''$ service sbbs restart''
 ====== Clean Rebuild ====== ====== Clean Rebuild ======