1. 建立乙個空專案;
2. 去選單項「project ---> properties」;
3. 單擊「project『s build options」按鈕;
4. 選擇「search directories」選項卡;
5. 在「compiler」子選項卡中新增sdl2的include/sdl2作為包含目錄(i686用於32bit的編譯,x86_64用於64bit的編譯);
6. 在「linker」子選項卡中新增sdl2的lib作為庫目錄;
7. 選擇「linker settings」選項卡,在「other linker options」中寫上:
-lmingw32 -lsdl2main -lsdl2
8. 單擊「ok」按鈕;
9. 選擇「build targets」選項卡;
另:附上sdl2_image,sdl2_mixer以及sdl2_ttf的包含工程的方法。主要是「other linker options」的內容需要加上:
-lsdl2_image -lsdl2_ttf -lsdl2_mixer
codeblocks設定顏色
本人小白乙個,今天開啟codeblocks 發現這個注釋的顏色,真是快把眼睛弄瞎了,所以結合網上的教程研究了一下怎麼改顏色,由於我是用的英文版codeblocks,廢了老半天才弄好!最上面一欄裡 settings editor 左邊視窗選syntax highlighting foreground ...
wxWidgets在CodeBlocks中的配置
2.安裝好之後啟動code blocks,會出現乙個編譯器選項對話方塊,選擇第乙個gun gcc compiler 後面有detected標誌 就能編譯c c 專案了 3.在系統 高階 環境變數 path中新增 a d program files codeblocks mingw libexec g...
codeblocks設定背景主題
一 首先進入codeblocks官網找到colour theme 二 在c盤中找到codeblocks default.conf,注意default.conf檔案不再你的安裝資料夾下,而是在系統盤下,以win10系統為例 三 在執行這一步操作時,一定要將codebloks關閉。通過記事本開啟defa...