Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 OSX 上通过 TideSDK 开发了一个应用程序。我有一个 .app,它正在 OSX 上运行。但是,您知道它不能在 linux 或 windows 上运行。我想在 linux 或 windows 上运行我的应用程序。我怎样才能做到这一点?
简而言之,您为每个平台打包。如您所知,mac 应用程序不能在 Windows 上运行,并且 TideSDK 也是如此,因为您正在为每个平台创建本机的东西。必须在每个平台上安装 TideSDK 才能为其创建可执行文件和捆绑包。
要为每个系统生成安装程序,您需要在每个系统(windows / linux 32bit / linux 64bit)上使用命令行中的tidebuilder.py 运行命令。
我们很快就会谈论更多关于打包的内容,这将使构建和分发您的应用程序的任务变得更容易。请继续关注更新!!