From e93a69e122e4641bd97ec681332246ae10f22e40 Mon Sep 17 00:00:00 2001 From: Remo Laubacher Date: Mon, 5 Jan 2015 11:41:45 +0100 Subject: [PATCH] update freetype note in readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 3230492..e30835c 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,7 @@ If compiling on the command line, `xbuild` will choose the Debug WIN64 configura issues. Instead, run `make` to compile with the proper configuration. ####FreeType -A 32-bit copy of `freetype6.dll` is included in the [Examples](SharpFont/blob/master/Examples) project. - -Currently, Windows 64-bit systems require you to either compile SharpFont under the WIN64 configurations and include a -64-bit copy of `freetype6.dll` or to compile your project as an x86 project (instead of Any CPU). I describe this issue -in further detail in the Known Issues section. +A copy of `freetype6.dll` can be found in the [Dependencies](https://github.com/Robmaister/SharpFont/tree/master/Dependencies) directory. ##Compiling FreeType on Windows