Is it possible to compile potrace for iOS?
问题 Looking at the cross-platform nature of potrace http://potrace.sourceforge.net/, is it possible to compile this for iOS? If so, how? 回答1: Yes, it is possible to compile potrace for iOS. As a matter of fact, most open source libraries using standard (GNU) configure tools that compile on MacOS X will easily compile on iOS, because they are likely free of platform-specific code (e.g. linuxisms ) and standard configure tools allow cross-compilation. You can compile these libraries in the shell by