TAChart: Add a "readme.txt" to the nogui demo as a reminder that the freetype.dll is required.

git-svn-id: trunk@63592 -
This commit is contained in:
wp 2020-07-17 13:52:59 +00:00
parent ec3c7be03b
commit 1cbde656e5
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@ -5264,6 +5264,7 @@ components/tachart/demo/navigate/navigatedemo.lpi svneol=native#text/plain
components/tachart/demo/navigate/navigatedemo.lpr svneol=native#text/pascal
components/tachart/demo/nogui/noguidemo.lpi svneol=native#text/plain
components/tachart/demo/nogui/noguidemo.lpr svneol=native#text/pascal
components/tachart/demo/nogui/readme.txt svneol=native#text/plain
components/tachart/demo/opengl/Main.lfm svneol=native#text/plain
components/tachart/demo/opengl/Main.pas svneol=native#text/pascal
components/tachart/demo/opengl/opengldemo.lpi svneol=native#text/plain

View File

@ -0,0 +1,11 @@
-------------------------------------------------------------------------------
NOTE TO WINDOWS USERS
-------------------------------------------------------------------------------
When this demo is compiled with FCP 3.2.0 or later it is required to have the
freetype.dll in the current directory (or in the system directory).
If not on your system already, you can download a pre-compiled binary of the
dll from https://github.com/ubawurinna/freetype-windows-binaries
Please choose the correct version according to the bitness of your application.