平日SE 日曜PG (仮)

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

2012-07-30から1日間の記事一覧

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…