From fbc9aa0ca6a61c387216d9832f30225306bd1fdd Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Wed, 13 May 2020 16:29:24 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4f237e..9c1b6d1 100644 --- a/README.md +++ b/README.md @@ -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.