我正在努力fltk
在我的 Mac 上安装,我想在Xcode 4
. 下载文件并解压缩并尝试按照说明进行操作后:
2.3 Configuring FLTK
-----------------------
Stay in your FLTK source-code directory. Type:
autoconf
Now configure your FLTK installation:
./configure
ADVANCED: type "./configure --help" to get a complete list of optional
configurations parameters. These should be pretty self-explanatory. Some
more details can be found in README.
To create Universal Binaries, start "configure" with these flags:
./configure --with-archflags="-arch i386 -arch ppc -arch x86_64"
:END_ADVANCED
首先,当我尝试运行时,autoconf
我得到:
-bash: autoconf: command not found.
还有./configure
命令,像这样dhcp-10-201-207-151:fltk-1.3 user$ ./configure
,我得到:
-bash: ./configure: No such file or directory.
我已经尝试在网上遵循许多教程,其中大多数都是过时的,它对我不起作用。显然,还有另一种使用 Macports 安装它的方法,我也未能应用。
如果有人能以更简单的方式展示安装fltk
和运行它的步骤Xcode
,我将不胜感激。