codeblocks wxWighets環境配置

2021-06-27 14:46:23 字數 1067 閱讀 4234

code::blocks (codeblocks)是乙個開源、免費、跨平台的c++ ide。官方**上稱其能滿足最苛刻的使用者的需求。雖有點誇張,但既然敢這樣說,也說明它的功能肯定不差。可擴充套件外掛程式,有外掛程式嚮導功能,讓你很方便的建立 自己的外掛程式。code::blocks是用c++編寫的(用wxwidgets庫),**了mingw編譯器。

wx windows

wxwidgets是乙個c++庫,幫助開發人員建立可執行於32位、64位的windows、mac os x、linux和unix上的應用程式,也可以用來建立移動平台上的應用程式,包括windows mobile、iphone sdk和嵌入式gtk+等。

安裝和配置:

code::blocks (codeblocks):

codeblocks-10.05mingw-setup.exe,

**了mingw編譯器;

安裝目錄:

f:\program files\codeblocks

mingw安裝目錄:

f:\program files\codeblocks\mingw

wxwidgets;

安裝目錄:

c:\wxwidgets-2.8.12

使用wxwidgets需要

編譯c:\wxwidgets-2.8.12\build\msw;我這裡使用

mingw編譯;

設定環境變數

f:\program files\codeblocks\mingw\bin;

cmd命令列 進入c:\wxwidgets-2.8.12\build\msw輸入一下編譯命令:(時間較長耐心等待)

清理命令: mingw32-make -f makefile.gcc clean

release命令:mingw32-make -f makefile.gcc monolithic=0 shared=1 unicode=1 build=release

debug命令:  mingw32-make -f makefile.gcc monolithic=0 shared=1 unicode=1 build=debug

基本環境搭建完成

**:

VirtualBox Vagrant環境配置

兩個軟體的安裝,除了安裝位址改一下,其他一路預設即可。還有就是vagrant安裝完了後要重啟一下電腦。然後cmd中 輸入 vagrant 驗證 有些慢,等待5s左右 出現命令提示,則安裝成功 這裡演示的是centos 7 開啟方才生成的vagrantfile配置檔案,找到如下一行配置 config....

up squared openvino環境配置

使用balenaetcher對u盤進行燒錄 balenaetcher 將u盤插入up squared按照提示安裝ubuntu sudo add apt repository ppa ubilinux up sudo apt update sudo apt get autoremove purge l...

Hyperledger Fabric 環境配置

簡單說一下 1.第一步,安裝curl brew install curl2.安裝docker 3.安裝golang,安裝go brew install go3.1.設定gopath export gopath home go export path path gopath bin 4.安裝制定版本n...