我在我的Mac上苦於fltk
安裝,我想運行在Xcode 4
上。下載文件,將它解壓縮,並試圖按照指示後:Mac上的fltk安裝10.8.3
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
上運行的步驟,我會非常感激。
您必須自己安裝autoconf,只需開始:https://gist.github.com/jellybeansoup/4192307 – matt 2013-03-22 01:01:01
先安裝Apple Developer工具。您可以使用xCode獲取它們,也可以直接從developer.apple.com下載。還有其他方法可以解決這個問題,但這可能是最簡單的,如果你想繼續使用FLTK,你會很高興你擁有它們。 – 2014-06-17 03:01:52