「Unity/websocket」の版間の差分

提供: 初心者エンジニアの簡易メモ
ナビゲーションに移動 検索に移動
ページの作成:「=websocket-sharpを使う= ==websocket-sharpをビルドする== #ruby2.0以上を入れる #Example〜Example4を削除しwebsocket-sharp.slnないのExampleも削除...」
 
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日 (木) 02: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