Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:mac:builds:fontconfig [2007/11/23 13:40] – billh | docs:mac:builds:fontconfig [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== fontconfig ====== | ====== fontconfig ====== | ||
- | FIXME | + | |
- | | + | |
* download source from http:// | * download source from http:// | ||
- | * requires [[git]] | + | * more specifically, go to http://fontconfig.org/ |
- | * I'm sure this isn't right since I wanted a nice tag version, but this downloaded source for me:< | + | |
- | cd ~/builds | + | |
- | mkdir fontconfig | + | |
- | git clone git:// | + | |
- | </code> | + | |
< | < | ||
- | # rebuild the configuration files with autogen.sh | + | ./configure |
- | ./autogen.sh | + | |
make | make | ||
Line 17: | Line 10: | ||
sudo make install | sudo make install | ||
</ | </ | ||
+ |