common/autoconf/help.m4
changeset 34604 2adbe257ce54
parent 33950 7757ee805a0c
child 35747 aeaa6d0101a8
--- a/common/autoconf/help.m4	Tue Dec 15 19:01:07 2015 -0800
+++ b/common/autoconf/help.m4	Wed Dec 16 14:48:35 2015 +0100
@@ -86,7 +86,11 @@
 automatically build the freetype library into '<freetype_src>/lib64' for 64-bit
 builds or into '<freetype_src>/lib32' for 32-bit builds.
 Afterwards you can always use '--with-freetype-include=<freetype_src>/include'
-and '--with-freetype-lib=<freetype_src>/lib[32|64]' for other builds."
+and '--with-freetype-lib=<freetype_src>/lib[32|64]' for other builds.
+
+Alternatively you can unpack the sources like this to use the default directory:
+
+tar --one-top-level=$HOME/freetype --strip-components=1 -xzf freetype-2.5.3.tar.gz"
       ;;
   esac
 }