1.
C:\jvm\freetype-2.5.2>make -v
GNU Make 4.0
Built for i686-pc-cygwin
Copyright (C) 1988-2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
C:\jvm\freetype-2.5.2> ./configure
'.' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--------
【问题】
看的《深入理解jvm》第一章,说要安装freetype来着,书上也没说怎么安装,然后看到自带的install.unit文件,跟着它做就出现了上面的问题,请问该如何解决?谢谢~