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:options [2012/10/15 14:49] – [Options] Grammar is a art. deuceinstall:nix:options [2013/10/09 15:46] – [SpiderMonkey Options] - threw in bit about --disable-tracejit for OpenBSD TINFOIL
Line 12: Line 12:
     * Extra CFLAGS for compiling against JS     * Extra CFLAGS for compiling against JS
   * ''JS_LDFLAGS''   * ''JS_LDFLAGS''
-    * Extra LDFLAGS for linking agsint nspr4+    * Extra LDFLAGS for linking agsint JS
   * ''JSINCLUDE''   * ''JSINCLUDE''
     * Path to JS headers     * Path to JS headers
Line 19: Line 19:
   * ''JSLIB''   * ''JSLIB''
     * Library name for SpiderMonkey.     * Library name for SpiderMonkey.
 +  * ''EXTRA_JS_CONFIGURE_ARGS''
 +    * Pass these arguments IN ADDITION TO THE BUILDIN ONES to the ''configure'' command when building the included SpiderMonkey.
 +    * Adding ''--disable-tracejit'' with this option will get you far, when using OpenBSD
   * ''JS_CONFIGURE_ARGS''   * ''JS_CONFIGURE_ARGS''
     * Pass to the ''configure'' command when building the included SpiderMonkey.     * Pass to the ''configure'' command when building the included SpiderMonkey.