如何在 Mac 中使用 wxWidgets

发布于 2024-10-23 14:45:46 字数 345 浏览 1 评论 0原文

我是 wxWidget 的新手,想了解这个库。我尝试使用“make”命令安装并尝试制作一个程序(使用 g++ 的东西)但没有成功。我尝试使用 http://max.berger.name/howto/wxWidgets /wxWidgets_Eclipse.jsp#d43e34 但也没有成功。

那么实际上如何使用wxWidgets并编译程序呢?我必须编写自己的 Makefile 吗?我必须将源代码放入 wxWidgets 安装中吗?

感谢您的提前

I am completely newbie in wxWidget and want to learn about this library. I've try to install with "make" command and try to make a program (using the g++ stuff) and no success. I've try to use http://max.berger.name/howto/wxWidgets/wxWidgets_Eclipse.jsp#d43e34 but no succes either.

So actually how to use wxWidgets and compile a program? Am I have to write my own Makefile? Am I have to put the source code in the wxWidgets installation?

Thanks for advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

○愚か者の日 2024-10-30 14:45:46

在 Mac 上有两种方法:使用 ./configure &&制作&& make install 在你的 wxWidgets 下载文件夹中,或者使用 Xcode 构建 wxWidgets。这两种方法都记录在 wxWidgets wiki 上:

On the Mac there's two ways: use ./configure && make && make install in your wxWidgets download folder, or use Xcode to build wxWidgets. Both these ways are documented on the wxWidgets wiki:

夏见 2024-10-30 14:45:46

你检查过这个吗 - http://www.wxwidgets.org/docs/faqmac.htm#构建x

我没有在Mac上使用过的个人经验。我只在Windows上使用过它。

Did you check this - http://www.wxwidgets.org/docs/faqmac.htm#buildx ?

Have no personal experience on mac.. I've only used it on Windows.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文