开发者

Creating .dylib dynamic library from source files in ObjectiveC

开发者 https://www.devze.com 2023-02-02 20:12 出处:网络
I have downloaded the qrencode so开发者_运维问答urce files from this http://fukuchi.org/works/qrencode/index.en.html

I have downloaded the qrencode so开发者_运维问答urce files from this http://fukuchi.org/works/qrencode/index.en.html

Can any one list out the steps to follow for creating the dylib files ?

Thanks


See Apple's developer docs

or just follow the instructions from the page you quote

./configure
make
make install

0

精彩评论

暂无评论...
验证码 换一张
取 消