0

我想知道 GCD 在 iOS 上是如何工作的。然后我从 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.

那么谁能帮助我呢?

4

0 回答 0