37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
This archive contains the source code for Mystic BBS software.
|
|
|
|
Mystic BBS is Copyright 1997-Current year by James Coyle.
|
|
|
|
Mystic BBS is currently compiled exclusively using Free Pascal
|
|
compiler (www.freepascal.org) the current release being 2.6.0.
|
|
|
|
Mystic BBS is released under GPL Version 3 licensing which is
|
|
included in the archive. An information header is prefixed on
|
|
each source file that compiles to an executable.
|
|
|
|
Current build options used with Free Pascal are as follows:
|
|
|
|
fpc -CX -XX -Xs -O3 -B -OpPENTIUM3 -OoREGVAR -OoSTACKFRAME -OoPEEPHOLE -OoASMCSE -WN <source file>
|
|
|
|
(-WN is specific to Windows so it should be omitted on other platforms)
|
|
|
|
Mystic BBS is compiled to require a Pentium 3 or better processor (SSE instruction set) which
|
|
means that it should run on any computer built in the late 90s up to current day.
|
|
|
|
Mystic BBS project can be found at mysticbbs.sourceforge.net
|
|
|
|
Additional support can possibly be found at mysticbbs.com and wiki.mysticbbs.com.
|
|
|
|
The author can be contacted at this time through e-mail at mysticbbs@gmail.com. It is
|
|
encouraged that fixes and additions be coordinated with the current authors.
|
|
|
|
!!! WARNING!!!
|
|
|
|
The current code here reflects the latest 1.10 alphas and is not yet compatible with 1.09.
|
|
|
|
With the 1.10 final/stable release we will be officially annoucing Mystic as a GPL program and
|
|
at that time we will branch off to a current stable and development code base as well as release
|
|
an upgrade package to get everyone on the same page with both binary and source distributions.
|
|
|
|
If you are not running at least 1.10 Alpha 15 than this code will not run for you.
|