Update README.md

This commit is contained in:
R. Eric Wheeler 2020-05-13 16:29:24 +00:00
parent 05e1a8422e
commit fbc9aa0ca6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
This file is a part of Olive BBS. This file is a part of Olive BBS.
This will only work with [Free Pascal](http://freepascal.org "Free Pascal") version 3+. I Think [namespacing](http://wiki.freepascal.org/FPC_New_Features_3.0#Delphi-like_namespaces_units "Namespaces") is a good idea, and FPC 3+ is not hard to get your hands on for any platform. In fact, I believe its the most cross platform program that I have ever found, _**including** [ScummVM](http://scummvm.org/ "ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files.")_. This will only work with [Free Pascal](http://freepascal.org "Free Pascal") version 3+.
### Usage ### Usage
Make sure to include ```{$mode objfpc}{$H+}``` in your header or compile with ```-S2 -Sh``` switches. Make sure to include ```{$mode objfpc}{$H+}``` in your header or compile with ```-S2 -Sh``` switches.