How to create .deb packages on Mac OS X

后端 未结 5 1126
小鲜肉
小鲜肉 2020-12-30 00:59

I am trying to upload my app on Cydia and it requires .deb package. I am unable to figure out how to make .deb packages on mac. I am using 10.6.3 when I write this command o

5条回答
  •  执笔经年
    2020-12-30 01:11

    You need Xcode installed on your system before using mac ports - you find it on the second mac DVD, I think. After that, you can install mac ports and then via the Terminal type "sudo port install dpkg", press return and enter your password. It may take some time to compile. You tried that?

提交回复
热议问题