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

如何配置codeblocks以编译Mysql~

时间:2014-12-17 16:10:04      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:blog   http   ar   io   os   使用   sp   strong   on   

 

如何配置codeblocks以编译Mysql~

分类: Linux mysql

linux下,使用了codeblocks,有各种编写代码的方便之处,但是遇到类似mysql这样的文件,编译时需要附带链接库等,就感觉手足无措,

似乎就没办法编译了,本来是用codeblocks编辑好代码后,仍然通过终端来编译,但是毕竟不是个办法,so,果断百度找办法……

 

以下是搜到的可以顺利编译Mysql的解决方法:

 进入 project  ------>  build options
        a. compiler settings tab -------> other options: 添加 `mysql_config --cflags`  (此处非单引号,而是反点,在Tab键的上面一个按键)
        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

转自:http://blog.csdn.net/wangyawen0305/article/details/7938210

如何配置codeblocks以编译Mysql~

标签:blog   http   ar   io   os   使用   sp   strong   on   

原文地址:http://www.cnblogs.com/kingbin/p/4169560.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!