iOS で GCD がどのように機能するか知りたいです。次に、opensource.apple.com からlibdispatch-913.30.4をダウンロードしますが、Xocde でビルドしてデバッグする方法がわかりません。多くのエラーがあります。
install.mdには、上記のコードでビルドできると書かれています。
sh autogen.sh
./configure
make
make install
しかし、私はこのエラーが発生します
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
誰が私を助けることができますか?