mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 07:58:07 +02:00
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:
parent
ec3c7be03b
commit
1cbde656e5
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||
|
11
components/tachart/demo/nogui/readme.txt
Normal file
11
components/tachart/demo/nogui/readme.txt
Normal 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.
|
Loading…
Reference in New Issue
Block a user