facebook twitter hatena line email

「Unity/websocket」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「=websocket-sharpを使う= ==websocket-sharpをビルドする== #ruby2.0以上を入れる #Example〜Example4を削除しwebsocket-sharp.slnないのExampleも削除...」)
 
(websocket-sharpをビルドする)
行3: 行3:
 
==websocket-sharpをビルドする==
 
==websocket-sharpをビルドする==
 
#ruby2.0以上を入れる
 
#ruby2.0以上を入れる
 +
#brew install mono
 
#Example〜Example4を削除しwebsocket-sharp.slnないのExampleも削除する
 
#Example〜Example4を削除しwebsocket-sharp.slnないのExampleも削除する
 
  $ xbuild websocket-sharp.sln
 
  $ xbuild websocket-sharp.sln
 
#以下が作成されることを確認
 
#以下が作成されることを確認
 
  websocket-sharp/bin/Debug/websocket-sharp.dll
 
  websocket-sharp/bin/Debug/websocket-sharp.dll

2017年11月16日 (木) 11:40時点における版

websocket-sharpを使う

websocket-sharpをビルドする

  1. ruby2.0以上を入れる
  2. brew install mono
  3. Example〜Example4を削除しwebsocket-sharp.slnないのExampleも削除する
$ xbuild websocket-sharp.sln
  1. 以下が作成されることを確認
websocket-sharp/bin/Debug/websocket-sharp.dll