简体   繁体   English

创建用于软件分发的多平台CD

[英]Creating multi-platform CDs for software distribution

This is not strictly programming related, but I hope still relevant. 这与编程没有严格关系,但我希望仍然有意义。

I'm working on a project which is written in Java and intended for use on PCs and Macs. 我正在开发一个用Java编写并打算在PC和Mac上使用的项目。 It will be distributed on CD (and perhaps DVD, eventually). 它将以CD发行(最终可能以DVD发行)。 Our intended audience is decidedly non-technical and, as such, it's important the CD "just work" when it's loaded. 我们的目标读者肯定是非技术性的,因此,CD加载后“能正常工作”很重要。

This is not itself difficult. 这本身并不困难。 For Windows, we can setup Autorun to automatically launch the app and, for Mac, we can use special folder formatting to make it clear what the user should do. 对于Windows,我们可以将Autorun设置为自动启动应用程序;对于Mac,我们可以使用特殊的文件夹格式来明确用户的操作。

The hitch is that we would like to ship one disc which could be used on either a Mac or a PC. 最主要的问题是我们希望提供一张可在Mac或PC上使用的光盘。 I have seen some rather byzantine methods of accomplishing this with specific, proprietary software. 我已经看到了一些使用特定的专有软件来完成此操作的拜占庭式方法 Hopefully, this is not the only way to accomplish this. 希望这不是完成此任务的唯一方法。

So my question: How do I create a CD to distribute software so that the CD will function, perform or appear "native" when opened on both a Mac and a PC? 因此,我的问题是: 如何创建CD来分发软件,以便在Mac和PC上打开CD时都能正常工作,发挥作用或显示为“本机”?

There are a lot of tools that can burn CDs or create CD images thats readable natively on both Mac and PC. 有很多工具可以刻录CD或创建在Mac和PC上都可读的CD映像。

Try MacImage for example MacImage为例

您可以使用mkisofs或mkhybrid创建“混合” CD映像。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM