Victor Luchits e3033adee0 Move ElementStyleCache.* to Core 12 жил өмнө
..
vsprops e8aa487279 Added a vc2010 project with instructions 13 жил өмнө
.gitignore e8aa487279 Added a vc2010 project with instructions 13 жил өмнө
README.txt e8aa487279 Added a vc2010 project with instructions 13 жил өмнө
Rocket.sln e8aa487279 Added a vc2010 project with instructions 13 жил өмнө
RocketControls.vcproj e8aa487279 Added a vc2010 project with instructions 13 жил өмнө
RocketControls.vcxproj e8aa487279 Added a vc2010 project with instructions 13 жил өмнө
RocketControls.vcxproj.filters 57c45acb4f vc2010 project filters fixed 13 жил өмнө
RocketControls.vcxproj.user e8aa487279 Added a vc2010 project with instructions 13 жил өмнө
RocketCore.vcproj 6d72a47086 Minor correction to a project file 13 жил өмнө
RocketCore.vcxproj f4bc0e526a Optimize document re-layout by caching layout-important CSS properties 13 жил өмнө
RocketCore.vcxproj.filters e3033adee0 Move ElementStyleCache.* to Core 12 жил өмнө
RocketCore.vcxproj.user e8aa487279 Added a vc2010 project with instructions 13 жил өмнө
RocketDebugger.vcproj e8aa487279 Added a vc2010 project with instructions 13 жил өмнө
RocketDebugger.vcxproj e8aa487279 Added a vc2010 project with instructions 13 жил өмнө
RocketDebugger.vcxproj.filters 57c45acb4f vc2010 project filters fixed 13 жил өмнө
RocketDebugger.vcxproj.user e8aa487279 Added a vc2010 project with instructions 13 жил өмнө

README.txt

Freetype 2.4.10 is required to compile this project.


The project searches the ../../../support folder. (Create a folder called support, next to the LibRocket repository folder)

Compile freetype v2.4.10 and copy the following files to the 'support/lib' folder:

freetype2410.lib
freetype2410_D.lib



The lib search path (relative to project file) is:
../../../support/lib

Also required is the freetype includes. Copy the 'include' folder in the freetype repository root folder and paste it in the following path:
support/freetype-2.4.10/


The freetype library can be downloaded from
http://sourceforge.net/projects/freetype/files/

Or navigated to via
http://www.freetype.org


Two options in the project has to be updated if an older or newer version of freetype is desired to be used.
RocketCore -> Properties -> C/C++ -> General -> Additional Include Directies:
update the path to ..\..\..\support\freetype-2.4.10\include to the new path, -same for all configurations-

RocketCore -> Properties -> Linker -> Input -> Additional Dependencies:
update separately for debug and release build to the new freetype*.lib version.