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
dev:dependencies [2018/03/01 12:21] – old revision restored digital mandev:dependencies [2018/09/07 16:21] – SDL on top as its required by XPDEV electrosys
Line 2: Line 2:
  
 This page identifies the dependencies of the C/C++ source projects in the Synchronet [[CVS]] repository. This page identifies the dependencies of the C/C++ source projects in the Synchronet [[CVS]] repository.
 +
 +===== SDL =====
 +
 +The [[http://www.libsdl.org/|Simple DirectMedia Layer]] library is optionally supported by CIOLIB.
 +
 +The SDL libraries and headers are no longer (as of Oct-20-2011) being stored in the Synchronet [[dev:CVS]] repository.
  
 ===== XPDEV ===== ===== XPDEV =====
Line 8: Line 14:
 XPDEV source code is hosted in the Synchronet [[CVS]] repository at [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/xpdev/|src/xpdev/]]. XPDEV source code is hosted in the Synchronet [[CVS]] repository at [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/xpdev/|src/xpdev/]].
  
-===== UIFC =====+===== SMBLIB =====
  
-The Synchronet User Interface (UIFClibrary is required by all locally executed full-screen console mode utilities (e.g. SCFG) and [[:SyncTERM]]. +Deuce's CIOLIB (CONIOrequires SMBLIB.
- +
-UIFC source code is hosted in the Synchronet [[CVS]] repository at [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/uifc/|src/uifc/]].+
  
 ===== CIOLIB ===== ===== CIOLIB =====
Line 20: Line 24:
 CIOLIB source code is hosted in the Synchronet [[CVS]] repository at [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/conio/|src/conio/]]. CIOLIB source code is hosted in the Synchronet [[CVS]] repository at [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/conio/|src/conio/]].
  
-===== SDL =====+===== UIFC ===== 
 + 
 +The Synchronet User Interface (UIFC) library is required by all locally executed full-screen console mode utilities (e.g. SCFG) and [[:SyncTERM]]. 
 + 
 +UIFC source code is hosted in the Synchronet [[CVS]] repository at [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/uifc/|src/uifc/]]. 
  
-The [[http://www.libsdl.org/|Simple DirectMedia Layer]] library is optionally supported by CIOLIB. 
  
-The SDL libraries and headers are no longer (as of Oct-20-2011) being stored in the Synchronet [[dev:CVS]] repository. 
 ===== Ncurses ===== ===== Ncurses =====
 Ncurses ("new curses") is required for [[#CIOLIB]] builds on *nix builds. Ncurses ("new curses") is required for [[#CIOLIB]] builds on *nix builds.