close

A simple C++ Open Sound Control (OSC) packet manipulation library

#1. 下載oscpack

#2. 確定有安裝CMake和Visual Studio 2010

#3. 解壓縮後在命令式窗下, 切換路徑至oscpack_1_1_0

      cmake –G “Visual Studio 10”

如果出現錯誤, console視窗不認得 cmake 有兩種可能

第1. 請先安裝CMake2.8.12

第2. 忘了加入cmake至系統變數path, 參考Windows 7 下,如何建立環境變數

image

執行完上述指令, 等待一段時間後會產生一堆Visual Studio專案檔案(Projects)

image

開啟TestOscpack.sln方案, 預設專案為oscpack library

image

若要編譯全部專案, 則滑鼠點擊ALL_BUILD, 按右鍵設定為預設專案, 然後再次編譯即可

image

編譯完成後全部執行檔案會在這裡

J:\MultiTouch\oscpack_1_1_0\Release

========================================================================

To run the unit tests:

$ ./bin/OscUnitTests

image

To run the send and receive tests. Open two terminals. In one run:

$ ./bin/OscReceiveTest

image

請允許存取

Then in the other terminal run:

$./bin/OscSendTests

image

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 me1237guy 的頭像
    me1237guy

    天天向上

    me1237guy 發表在 痞客邦 留言(1) 人氣()