From 9c314db36467346fde9ef3c7c3eb4c1510dca3b5 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 11 Apr 2006 20:04:17 +0000 Subject: [PATCH] Add compiling instructions. --- src/syncterm/COMPILING | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/syncterm/COMPILING diff --git a/src/syncterm/COMPILING b/src/syncterm/COMPILING new file mode 100644 index 0000000000..b18fd2fbfe --- /dev/null +++ b/src/syncterm/COMPILING @@ -0,0 +1,25 @@ +To build SyncTERM, you *will need* the following bits from the Synchronet CVS +tree: + +src/build/* +src/conio/* +src/sbbs3/telnet.c +src/sbbs3/telnet.h +src/sbbs3/zmodem.c +src/sbbs3/zmodem.h +src/sbbs3/xmodem.h +src/smblib/crc16.c +src/smblic/crc16.h +src/smblib/crc32.c +src/smblic/crc32.h +src/syncterm/* +src/uifc/* +src/xpdev/* + +The directory structure under src *must* be kept intact. Once you have all +this in place, a simple "make" should build everything you need. If you're +using *nix you must use GNU Make... under some systems (Such a most BSDs) this +is optional and installed as "gmake" rather than "make". + +Refer to src/build/Common.gmake or src/build/Common.bmake for details of some +of the make options the build system supports. -- GitLab