Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/389.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos 如何在Mac中使用wxWidgets_Macos_Wxwidgets_Compilation - Fatal编程技术网

Macos 如何在Mac中使用wxWidgets

Macos 如何在Mac中使用wxWidgets,macos,wxwidgets,compilation,Macos,Wxwidgets,Compilation,我是wxWidget的新手,希望了解这个库。我尝试使用“make”命令安装,并尝试制作一个程序(使用g++的东西),但没有成功。我试过使用,但也没有成功 那么实际上如何使用wxWidgets并编译程序呢?我必须写我自己的Makefile吗?我必须将源代码放入wxWidgets安装中吗 谢谢你的预付款你查过这个了吗 在mac上没有个人经验。。我只在Windows上使用过它。在Mac上有两种方法:在wxWidgets下载文件夹中使用./configure&&make&&make install,或者

我是wxWidget的新手,希望了解这个库。我尝试使用“make”命令安装,并尝试制作一个程序(使用g++的东西),但没有成功。我试过使用,但也没有成功

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

谢谢你的预付款你查过这个了吗


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

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