如果通过 Synaptic 安装,Linux 中 Qt 4.7 的 ./configure 可执行文件在哪里?
我之前在 Windows XP 上安装了 Qt 4.7,并且必须通过 configure.exe 和设置列表来配置它。
现在我已经安装了 Linux 并通过 Synaptic 下载了 Qt 4.7 SDK(和 Qt 厨房水槽)。
我已准备好配置标志列表,但找不到要运行的 ./configure 可执行文件。
有什么想法吗?谢谢。
顺便说一句,我确实看到了这一点,但找不到有关配置可执行文件的信息: Qt.Wiki:为 Linux 构建 Qt
I've installed Qt 4.7 on Windows XP before and had to configure it via the configure.exe and a list of settings.
Now I have installed Linux and downloaded Qt 4.7 SDK (and the Qt kitchen sink) via Synaptic.
I have my list of configure flags ready, but I cannot find the ./configure executable to run.
Any ideas where this thing is? Thanks.
By the way, I did see this, but could not find info on the configure executable there:
Qt.Wiki:Build Qt for Linux
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您是从 Synaptic 安装的,它很可能是一个二进制包 - 这意味着它已经被配置和构建。如果您需要的选项与该包所使用的选项不同,您可能需要下载源代码并单独编译它。
If you've installed it from Synaptic, it'll most likely be a binary package - which means it'll have already been configured and built. If you require options that differ from the ones used for that package, you'll probably have to download the source and compile it separately.