Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
diana:windows:building:ftgl [2010-02-26 09:55:06]
dages
diana:windows:building:ftgl [2022-05-31 09:29:31] (current)
Line 3: Line 3:
 First, get the latest source from http://freetype.sourceforge.net/download.html#stable and extract it in a convenient place, then configure, build and install it: First, get the latest source from http://freetype.sourceforge.net/download.html#stable and extract it in a convenient place, then configure, build and install it:
  
-  $ LDFLAGS=-L/c/met.no/lib CPPFLAGS=-I/c/met.no/include ./configure --prefix=/c/met.no+  $ LDFLAGS=-L/c/met.no/lib CPPFLAGS=-I/c/met.no/include ./configure --prefix=/c/met.no --disable-shared
   $ make all install   $ make all install
 +  $ cp README /c/met.no/copyright/freetype2.txt
 +  $ cat docs/LICENSE.TXT >>/c/met.no/copyright/freetype2.txt
 +  $ cat docs/FTL.TXT >>/c/met.no/copyright/freetype2.txt
 +  $ cat docs/GPL.TXT >>/c/met.no/copyright/freetype2.txt
  
 Note that ''configure'' will report that you are running on Unix, but that's OK.  You're not running on Unix, but you're running on MinGW, which is a POSIXish environment, which is what ''configure'' really means by "Unix". Note that ''configure'' will report that you are running on Unix, but that's OK.  You're not running on Unix, but you're running on MinGW, which is a POSIXish environment, which is what ''configure'' really means by "Unix".
  
  • diana/windows/building/ftgl.1267178106.txt.gz
  • Last modified: 2022-05-31 09:23:14
  • (external edit)