Update to processor requirements
This commit is contained in:
parent
b89e087748
commit
82b5171691
|
@ -13,6 +13,9 @@ Current build options used with Free Pascal are as follows:
|
||||||
|
|
||||||
fpc -CX -XX -Xs -O3 -B -OpPENTIUM3 -OoREGVAR -OoSTACKFRAME -OoPEEPHOLE -OoASMCSE -WN <source file>
|
fpc -CX -XX -Xs -O3 -B -OpPENTIUM3 -OoREGVAR -OoSTACKFRAME -OoPEEPHOLE -OoASMCSE -WN <source file>
|
||||||
|
|
||||||
|
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
|
Mystic BBS project can be found at mysticbbs.sourceforge.net
|
||||||
|
|
||||||
Additional support can possibly be found at mysticbbs.com and wiki.mysticbbs.com.
|
Additional support can possibly be found at mysticbbs.com and wiki.mysticbbs.com.
|
||||||
|
@ -20,10 +23,12 @@ 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
|
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.
|
encouraged that fixes and additions be coordinated with the current authors.
|
||||||
|
|
||||||
The current code here reflects the latest 1.10 alphas and is not yet compatible with 1.09 or
|
!!! WARNING!!!
|
||||||
previous 1.10 alphas.
|
|
||||||
|
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
|
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. In the
|
at that time we will branch off to a current stable and development code base as well as release
|
||||||
meantime we are using the end of this development cycle to get the project integrated with
|
an upgrade package to get everyone on the same page with both binary and source distributions.
|
||||||
SourceForge.
|
|
||||||
|
If you are not running at least 1.10 Alpha 11 than this code will not run for you.
|
||||||
|
|
Loading…
Reference in New Issue