common/autoconf/help.m4

changeset 2220
47fda751abb6
parent 2206
7ba4e17574e0
child 2223
01cc48ed67f3
equal deleted inserted replaced
2219:cb1203f48728 2220:47fda751abb6
73 make) 73 make)
74 PKGHANDLER_COMMAND="( cd <location of cygwin setup.exe> && cmd /c setup -q -P make )" 74 PKGHANDLER_COMMAND="( cd <location of cygwin setup.exe> && cmd /c setup -q -P make )"
75 HELP_MSG="You might be able to fix this by running '$PKGHANDLER_COMMAND'." 75 HELP_MSG="You might be able to fix this by running '$PKGHANDLER_COMMAND'."
76 ;; 76 ;;
77 freetype) 77 freetype)
78 if test "x$OPENJDK_TARGET_CPU_BITS" = x32; then 78 HELP_MSG="
79 HELP_MSG="To install freetype, run: 79 The freetype library can now be build during the configure process.
80 wget \"http://gnuwin32.sourceforge.net/downlinks/freetype.php\" -O /tmp/freetype-setup.exe 80 Download the freetype sources and unpack them into an arbitrary directory:
81 chmod +x /tmp/freetype-setup.exe 81
82 /tmp/freetype-setup.exe 82 wget http://download.savannah.gnu.org/releases/freetype/freetype-2.5.3.tar.gz
83 Follow GUI prompts, and install to default directory \"C:\Program Files (x86)\GnuWin32\". 83 tar -xzf freetype-2.5.3.tar.gz
84 After installation, locate lib/libfreetype.dll.a and make a copy with the name freetype.dll." 84
85 else 85 Then run configure with '--with-freetype-src=<freetype_src>'. This will
86 HELP_MSG="You need to build a 64-bit version of freetype. 86 automatically build the freetype library into '<freetype_src>/lib64' for 64-bit
87 This is not readily available. 87 builds or into '<freetype_src>/lib32' for 32-bit builds.
88 You can find source code and build instructions on 88 Afterwards you can always use '--with-freetype-include=<freetype_src>/include'
89 http://www.freetype.org/ 89 and '--with-freetype-lib=<freetype_src>/lib[32|64]' for other builds."
90 If you put the resulting build in \"C:\Program Files\GnuWin32\", it will be found automatically."
91 fi
92 ;; 90 ;;
93 esac 91 esac
94 } 92 }
95 93
96 msys_help() { 94 msys_help() {

mercurial