README.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. Freetype 2.4.10 is required to compile this project.
  2. The project searches the ../../../support folder. (Create a folder called support, next to the LibRocket repository folder)
  3. Compile freetype v2.4.10 and copy the following files to the 'support/lib' folder:
  4. freetype2410.lib
  5. freetype2410_D.lib
  6. The lib search path (relative to project file) is:
  7. ../../../support/lib
  8. Also required is the freetype includes. Copy the 'include' folder in the freetype repository root folder and paste it in the following path:
  9. support/freetype-2.4.10/
  10. The freetype library can be downloaded from
  11. http://sourceforge.net/projects/freetype/files/
  12. Or navigated to via
  13. http://www.freetype.org
  14. Two options in the project has to be updated if an older or newer version of freetype is desired to be used.
  15. RocketCore -> Properties -> C/C++ -> General -> Additional Include Directies:
  16. update the path to ..\..\..\support\freetype-2.4.10\include to the new path, -same for all configurations-
  17. RocketCore -> Properties -> Linker -> Input -> Additional Dependencies:
  18. update separately for debug and release build to the new freetype*.lib version.