使用 Bakefile 编译 wxWidgets 应用程序

1、下载 Bakefile For Linux

2、编译、安装 Bakefile

$ tar -xzvf bakefile-0.2.6.tar.gz
$ cd bakefile-0.2.6
$ ./configure
$ make
$ sudo make install

3、测试应用程序源代码 mytest.cpp

4、项目描述文件 mytest.bkl

5、生成 Makefile 文件

$ bakefile -f gnu mytest.bkl

6、编译

$ make

7、运行测试程序

$ ./mytest

留下评论

您的邮箱地址不会被公开。 必填项已用 * 标注