Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
您所需要的只是三个命令:
将 11.3 更改为您拥有的 openSUSE 版本。
通过该工具链编译的 .exe 的依赖关系可以通过从 /usr/i686-pc-mingw32/sys-root/i686-pc-mingw32/bin/ 目录获取 .dll 文件来解决。
All you need is just three commands from you:
change 11.3 to to the openSUSE version you have.
The dependencies for .exe compiled through that toolchain can be resolved by fetching .dll files from /usr/i686-pc-mingw32/sys-root/i686-pc-mingw32/bin/ directory.
看一下:
Have a look at:
Fedora 11 附带 MinGW 交叉编译器(mingw32-gcc、mingw32-g++ 等)和 Qt 的 Win32 软件包(mingw32-qt)。 您可以尝试使用 Fedora 而不是 SUSE,或者通过一些哄骗,这些软件包可以安装在 SUSE 上。
Fedora 11 comes with the MinGW cross compiler (mingw32-gcc, mingw32-g++, etc.) and Win32 packages for Qt (mingw32-qt). You could try using Fedora instead of SUSE, or the packages may install on SUSE with a bit of coaxing.
没有链接。 MinGW(适用于 Windows 的简约 GNU)是特定于平台的且仅限于 Windows。 在 SUSE 上,所需的编译器 GCC 及其所有依赖项应该已经存在,因此 MinGW 是不必要的那里。
对于 Linux 版 Qt,请访问 Trolltech 下载页面。
There is no link. MinGW (Minimalist GNU for Windows) is platform specific and Windows-only. On SUSE, the required compiler GCC and all its dependencies should already be present, so MinGW is unneccessary there.
For Qt for Linux, head over to the Trolltech Download page.