Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dev:tools [2014/03/12 23:32] – Updated version of Visual C++/Studio. Mention clang. digital man | dev:tools [2024/04/06 13:50] (current) – Add screenshot of Visual Studio configured for C++ dev and XP support digital man | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Windows ===== | ===== Windows ===== | ||
| - | The majority of the Synchronet executable files and libraries for Windows are (as of v3.16b development, | + | The majority of the Synchronet executable files and libraries for Windows are built with [[https://visualstudio.microsoft.com/ |
| - | Certain GUI components (e.g. Synchronet Control Panel, '' | + | {{: |
| + | |||
| + | Certain GUI components (e.g. Synchronet Control Panel, '' | ||
| The Synchronet Windows 95 FOSSIL driver ('' | The Synchronet Windows 95 FOSSIL driver ('' | ||
| The 16-bit portion of the Synchronet FOSSIL driver ('' | The 16-bit portion of the Synchronet FOSSIL driver ('' | ||
| + | |||
| + | The '' | ||
| ===== UNIX ===== | ===== UNIX ===== | ||
| Line 15: | Line 19: | ||
| GNU C/C++ (gcc) is officially supported on Unix/Linux platforms, while other compilers (e.g Intel C Compiler, Clang) may be used by experienced programmers. | GNU C/C++ (gcc) is officially supported on Unix/Linux platforms, while other compilers (e.g Intel C Compiler, Clang) may be used by experienced programmers. | ||
| + | ==== GCC ==== | ||
| + | |||
| + | Version 4.6 or later of the GNU Compiler Collection (GCC) is required (specifically, | ||
| ===== See Also ===== | ===== See Also ===== | ||
| * [[source|Source code]] | * [[source|Source code]] | ||