internals:windows:libs:freetype

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
internals:windows:libs:freetype [2008/07/08 17:58] – update to Jam pajoyeinternals:windows:libs:freetype [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 6: Line 6:
 ===== Available prebuilt libraries ===== ===== Available prebuilt libraries =====
  
-All prebuilt libraries are available in the php-libs [[http://pecl2.php.net/downloads/php-windows-builds/php-libs/|repositories]]+All prebuilt libraries are available in the php-libs [[http://windows.php.net/downloads/php-sdk/deps/|repositories]] 
 + 
 +For PHP suitable sources and up-to-date information see [[https://github.com/winlibs/freetype]]
  
 The filename format is: The filename format is:
Line 27: Line 29:
  
 ==== Requirements ==== ==== Requirements ====
-  * Freetype sources [[http://pecl2.php.net/downloads/php-windows-builds/php-libs/src|Src repositories]]+  * Freetype sources [[https://github.com/winlibs/|Src repositories]]
   * Common tools to compile PHP   * Common tools to compile PHP
  
Line 60: Line 62:
 ==== Compilation ==== ==== Compilation ====
  
-=== VC6 === +Open a Platform SDK development console (vc6), or the Visual Studio command line (vc7/8/9) and run:
- +
-Compile for default PHP builds (TS mode)+
-<code bash> +
-cd c:\build_php_deps\libpng1229\projects\ +
-nmake /f libpng.mak CFG= "Release MT" +
-</code>+
  
-Compile for not threaded PHP builds (no TS mode): 
 <code bash> <code bash>
-cd c:\build_php_deps\libpng1229\projects\ +jam
-nmake /f libpng.mak CFG= "Release ST"+
 </code> </code>
  
-=== 2k3, 2k5 and 2k8 ===+The objs directory will contain the static library.
  
-Select the desired configuration via the Configuration Manager. The default PHP builds use ""Release Multithreaded" in the Win32 target. Non threaded PHP builds use "Release Singlethreaded".+The include directory contains all headers that have to be distributed/installed.
internals/windows/libs/freetype.1215539931.txt.gz · Last modified: 2017/09/22 13:28 (external edit)