Skip to content

Commit

Permalink
Merge pull request Robmaister#50 from Remo/patch-1
Browse files Browse the repository at this point in the history
update freetype note in readme
  • Loading branch information
Robmaister committed Jan 6, 2015
2 parents 8162fbb + e93a69e commit 1b57a6b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1b57a6b

Please sign in to comment.