Download presentation
Presentation is loading. Please wait.
1
CODE::BLOCKSで 無料で簡単 Windowsアプリ開発
2
GUI アプリ編 インストールの章
3
まずは
4
GUI ライブラリ INSTALL
5
Let‘s Access http://www.wxwindows.org/
Let‘s Access
9
ここの どれか
10
DOWNLOAD
11
できましたか?
12
できたら実行 wxMSW-2.6.2-Setup.exe
19
待つ
22
C:\wxWidgets-2. 6. 2\ include\wx\msw\ setup. h を C:\wxWidgets-2. 6
C:\wxWidgets-2.6.2\ include\wx\msw\ setup.h を C:\wxWidgets-2.6.2\include\wx へ コピー
23
そして設定
24
Build>Compiler Option
を選択
25
コンパイラ ディレクトリの追加をする
26
C:\wxWidgets-2.6.2\include C:\wxWidgets-2.6.2\contrib\include
27
リンカ ディレクトリの追加をする
28
C:\wxWidgets-2.6.2\lib\gcc_dll
29
リソースコンパイラ ディレクトリの 追加をする
30
C:\wxWidgets-2.6.2\include
31
まだ作業あるよ!
32
必要な ライブラリを ビルドします
33
C:\wxWidgets-2.6.2\build\msw\ Config.gccを このファイルに差し替える
ダブルクリック して開いてね
34
フォルダC:\wxWidgets-2.6.2\lib\gcc_dll を削除
35
コマンドプロンプトを開く
36
パス移動 cd C:\wxWidgets-2.6.2\build\msw
37
コンパイル mingw32-make -f makefile
コンパイル mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 USE_XRC=1 UNICODE=0 VENDOR=cb
38
かなり時間かかります。 P4(2.4G) Memory:1GByte で 約20分
39
Warningが 結構出るけど
40
気にしない
41
終わったら さらにパス移動 cd ..\..\contrib\build\stc
42
コンパイル mingw32-make -f makefile
コンパイル mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 USE_XRC=1 UNICODE=0 VENDOR=cb
43
終わったら C:\wxWidgets-2. 6. 2\lib\gcc_dll フォルダに wxmsw26_gcc_cb
終わったら C:\wxWidgets-2.6.2\lib\gcc_dll フォルダに wxmsw26_gcc_cb.dll と wxmsw26_stc_gcc_cb.dll が出来ています
44
こいつらを c:\windows\system32 へ コピー
45
やっと INSTALL 完了
46
おつかれ さまでした
Similar presentations
© 2024 slidesplayer.net Inc.
All rights reserved.