Code::Blocks 編譯引數的相關設定

ztguang發表於2016-02-01

http://blog.sina.com.cn/s/blog_5cf930300100i5lu.html

*****************************************************
code::blocks設定cflags引數

Settings
==> Compiler and debugger
==> Compiler settings
==> other options
填寫所需的庫名,比如:

`pkg-config --cflags gstreamer-0.10`
`pkg-config --cflags gtk+-2.0`

(注意: 是反引號)

*****************************************************
code::blocks設定libs引數

Settings
==> Compiler and debugger
==> Linker settings
==> Other linker options
填寫所需的庫名,比如:

`pkg-config --libs gstreamer-0.10`
`pkg-config --libs gtk+-2.0`

(注意: 是反引號)

*****************************************************
code::blocks 編譯時需要連結動態庫時,加入.so檔案的過程:

Settings
==> Compiler and debugger
==> Linker settings
==> link libraries 方框下面的Add

選擇需要新增的動態庫即可

*****************************************************

code::blocks控制檯輸出中文亂碼(有方塊字) 問題

在環境設定裡進行如下設定:

Settings ==> Environment ==>

Terminal to launch console programs那個選項改成

gnome-terminal -t $TITLE -x

原來是xterm -T $TITLE -e

gnome-terminal和xterm的參數列示方法不一樣。


*****************************************************


命令列傳引數:

Project ==> Set programs' arguments

Program arguments:
 
輸入引數,以空格分開

<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
閱讀(231) | 評論(0) | 轉發(0) |
0

上一篇:CodeBlocks 快捷鍵

下一篇:GCC 編譯選項

給主人留下些什麼吧!~~
評論熱議

相關文章