Skip to content
Snippets Groups Projects
Commit 9c314db3 authored by deuce's avatar deuce
Browse files

Add compiling instructions.

parent 3dc291a1
No related branches found
No related tags found
No related merge requests found
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment