码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2014-12-22 19:21:24      阅读:219      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!