Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
diana:windows:building:ftgl [2010-01-19 21:41:39] dages |
diana:windows:building:ftgl [2022-05-31 09:29:31] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Building FreeType 2 and FTGL on Windows ===== | + | ===== Building FreeType 2 on Windows ===== |
| - | + | ||
| - | ==== FreeType 2 ==== | + | |
| First, get the latest source from http:// | First, get the latest source from http:// | ||
| - | $ LDFLAGS="-no-undefined" | + | $ LDFLAGS=-L/c/met.no/lib CPPFLAGS=-I/c/met.no/include |
| - | $ make all install | + | |
| - | + | ||
| - | Note that '' | + | |
| - | + | ||
| - | ==== FTGL ==== | + | |
| - | + | ||
| - | First, get the latest source from http:// | + | |
| - | + | ||
| - | Like FreeType, FTGL thinks MinGW is " | + | |
| - | + | ||
| - | $ cd unix | + | |
| - | + | ||
| - | Edit '' | + | |
| - | + | ||
| - | $ rm acinclude.m4 aclocal.m4 | + | |
| - | $ aclocal | + | |
| - | $ autoconf | + | |
| - | $ PATH=/opt/ft/bin:$PATH LDFLAGS=-no-undefined | + | |
| $ make all install | $ make all install | ||
| + | $ cp README / | ||
| + | $ cat docs/ | ||
| + | $ cat docs/ | ||
| + | $ cat docs/ | ||
| - | **XXX** doesn't actually work | + | Note that '' |