首页 > 数据库技术 > 详细

使用mysql配置codeblocks下C++工程

时间:2014-12-22 19:20:42      阅读:416      评论:0      收藏:0      [点我收藏+]

 记录:
    为使用mysql配置codeblocks下C++工程:
        goto project -> build options
        a. compiler settings tab -> other options: `mysql_config --cflags`
        b. linker settings tab -> other options: `mysql_config --libs`
        to get codecompletion you probably need to add the include dir to your project
        c. search directories tab -> compiler:  /usr/include/mysql

使用mysql配置codeblocks下C++工程

原文:http://www.cnblogs.com/kingbin/p/4178641.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!