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.
Web 上の多くのチュートリアルに従ってみましたが、それらのほとんどは時代遅れであり、うまくいきませんでした。どうやら、私も適用できなかった Macports を使用してインストールする別の方法があるようです。
誰かが簡単な方法でインストールfltk
して実行する手順を示すことができればXcode
、本当に感謝しています.