2012年4月8日 星期日

[oF] 使用code blocks運行openFrameworks

1.下載code blocks
http://www.codeblocks.org/downloads

2.安裝openFrameworks的libray到code blocks
http://www.openframeworks.cc/setup/codeblocks/

    a)下載codeblocks_additions.zip(http://www.openframeworks.cc/content/files/codeblocks_additions.zip)
    b)下載完後,將add_to_codeblocks_mingw_include資料夾中的東西解壓縮到C:\Program Files\CodeBlocks\MinGW\include(或者自訂位置中的\MinGW\include)
    c)將add_to_codeblocks_mingw_lib資料夾中的東西解壓縮到C:\Program Files\CodeBlocks\MinGW\lib(或者自訂位置中的\mingw\lib)






3.下載openFrameWorks
http://www.openframeworks.cc/download/
將of_preRelease_v007_win_cb.zip解壓縮有幾個主要資料夾



addons
The "core" openFrameworks contains only the most essential functionality. Everything in the addons folder can be added to an application piecemeal. This includes stuff like reading an XML file, loading a 3D model, or using the computer vision library, openCV.
apps
This is where the applications that you make will be stored, and where you will be working most of the time. You will notice that there are already 2 folders in "apps": "examples" and "addonExamples".
libs
This folder contains all the libraries that openFramworks uses as well as the oF core.








沒有留言:

張貼留言