平日SE 日曜PG (仮)

SEもどきが趣味のプログラムを勉強した履歴なんかを書いたり書かなかったり

NaCl

Google Native Client SDK スタブアプリケーショの中身を見よう

[Step 6: Review the code in the stub application.] スタブアプリケーションの中身を見てみましょう というわけでずらずら見ていくようです。よし、どんどん教えてくれ(他力本願) Makefile MakefileはNaClモジュールを実行可能形式(.nexe)にしてくれますよ…

Google Native Client SDK NaClモジュールのコンパイルとスタブアプリケーションを実行

[Step 5: Compile the Native Client module and run the stub application.] Step4でDLしたスタブは<div>エレメントが更新されると呼ばれるアプリケーションだとかなんとか。 さっそくコンパイルしてみましょうということで > cd pepper_19/examples/hello_tutor</div>…

Google Native Client SDK スタブの作成

[Step 4: Create a set of stub files for your application.] スタブを作ろう hello_tutorial.zip をDLします 解凍します 作成された hello_tutorial フォルダには以下のものが含まれます hello_tutorial.html hello_tutorial.cc hello_tutorial.nmf Makefi…

Google Native Client SDK ローカルサーバでの実行とChromeのセットアップおよびサンプルの実行

[Step 2: Start a local server.] セキュリティの関係で?アドレスバーにドラッグドロップで簡単に更新する機能は動かなくて?詳しくはこちら( http://www.w3.org/Security/wiki/Same_Origin_Policy )だそうです? …うん、まぁこれは外部に公開してるサーバ…

Google Native Client SDK ダウンロード & インストール

[Step 1: Download and install the Native Client SDK, Python, and Xcode Developer Tools (if necessary).] https://developers.google.com/native-client/devguide/tutorial#downloadSDK うわ、なんかImportantとか書かれてる…。 NaCl SDKの実行にはPyth…

Google Native Client SDK インストール開始前に心折れた

Chromeで動くネイティブアプリを作ってみたくなったのでまずはNative Client (NaCl) SDKをインストールしてみようと↓ 参照:https://developers.google.com/native-client/devguide/tutorial (英語) ↓思ってたんだけど、なにこれなげぇ!英語だ!仕方ないの…