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

Next revision
Previous revision
install:nix:make [2010/05/21 23:43] – created digitalmaninstall:nix:make [2010/05/21 23:46] (current) digitalman
Line 1: Line 1:
 ====== Make ====== ====== Make ======
  
-Synchronet supports building with GNU make only.+Synchronet supports building with GNU make only. On my Unix/Linux systems, the command to invoke GNU make would be ''gmake''. If the ''gmake'' comman doesn't work, try executing ''make -v'' and if you see something like the following, then use the ''make'' command in place of ''gmake'' for building Synchronet.
  
   GNU Make 3.81   GNU Make 3.81
Line 12: Line 12:
  
 ===== Common Errors ===== ===== Common Errors =====
 +On some Unixes (e.g. Debian Linux), the GNU make command is ''make'' instead of ''gmake''. Creating a symlink or an alias can resolve this issue easily.
  
 ===== See Also ===== ===== See Also =====
   * [[:install:nix:|install:nix index]]   * [[:install:nix:|install:nix index]]