Correct MSVC2003 Freetype build instructions
This commit is contained in:
parent
cc914bdab0
commit
7e360769ca
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
This is a static build of FreeType 2.9.1, built with MSVC2003.
|
||||
|
||||
Despite the lack of a compatible .sln file, it can be built by running
|
||||
'make visualc' in the root of the Freetype source directory while in a
|
||||
Visual Studio 2003 Command Prompt, using a MinGW Make utility
|
||||
(e.g. C:/msys64/mingw32/bin/make.exe).
|
||||
'make setup visualc' and then 'make' in the root of the Freetype source
|
||||
directory while in a Visual Studio 2003 Command Prompt, using a MinGW
|
||||
Make utility (e.g. C:/msys64/mingw32/bin/make.exe).
|
||||
|
|
Loading…
Add table
Reference in a new issue