Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Moved FreeType and added link.

...

Code Block
$ sudo port install hg-forest
$ cat ~/.hgrc

[extensions]
forest=
fetch=

FreeType

The build fails with the message:

Code Block
FreeType version  2.3.0  or higher is required.

Checkout the code using hg/forest.

...

Code Block
$ mv build build.del; rm -rf build.del &

FreeType

If the build fails with the message:

Code Block
FreeType version  2.3.0  or higher is required.

Install the latest version of FreeType .

X11 is needed for build.

If you have not installed this with Mac OS X, or have deleted it, you need to install it. A copy can be obtained from http://xquartz.macosforge.org/trac/wiki/X112.4.0.

...