Update README.md
This commit is contained in:
parent
05e1a8422e
commit
fbc9aa0ca6
|
@ -2,7 +2,7 @@
|
|||
|
||||
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
|
||||
Make sure to include ```{$mode objfpc}{$H+}``` in your header or compile with ```-S2 -Sh``` switches.
|
||||
|
|
Loading…
Reference in New Issue