Skip to content

Instantly share code, notes, and snippets.

@mitsu-ksgr
Created July 13, 2015 16:29
Show Gist options
  • Save mitsu-ksgr/e716cca6d65d9fde3ac4 to your computer and use it in GitHub Desktop.
Save mitsu-ksgr/e716cca6d65d9fde3ac4 to your computer and use it in GitHub Desktop.
Leap Motion SDK: README.txt 日本語訳

Leap Motion SDK

補足

これは、LeapMotion SDK内のREADME.txtの日本語訳。 英語力低すぎて、毎回訳しながら読むの面倒なので、自分用のメモ。

パッケージの内容

  • クライアントソフトウェアのインストーラ
    • Leap Motionドライバ及びサービス/デーモンソフトウェアをインストールします。
  • Leap Motion SDK
    • Native Leap Motionに対応したアプリケーションを作成するための、ヘッダファイルとコードのライブラリが含まれています。 また、ドキュメントと簡単なサンプル・アプリケーションを含んでいます。

メモ: 各SDKパッケージは、あなたがダウンロードしたOSバージョン向けのファイルのみ含んでいます。 もし別のOS向けのファイルが必要な場合は、適切なOS向けのLeap Motion SDKをダウンロードして下さい。

インストール

  1. クライアントソフトウェアのインストール
    • Windows
      • Leap_Motion_Installer_version.exeを実行します。
    • Mac OS X 0. Leap_Motion_Installer_version.dmgを開きます。 0. Leap Motion.pkgを実行します。
    • Linux (Ubuntu)
      • 32bitシステム: $ sudo dpkg --install Leap-version-x86.debを実行します。
      • 64bitシステム: $ sudo dpkg --install Leap-version-x64.debを実行します。
    • version部分には、Leap Motion のリリースバージョンが入ります。
  2. コンピュータ上の適切な場所に、LeapSDKフォルダをコピーします。

リソース

LeapMotionデベロッパーポータルでは、 LeapMotion SDKを使用したアプリケーションを開発する方法を学ぶのを助けるために、 サンプル、コミュニティフォーラム、LeapMotionニュース及びドキュメントを提供しています。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment