平日SE 日曜PG (仮)

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

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_tutorial

> make

 

で、ローカルサーバ起動して hello_tutorial.html 読み込んでみましょうと。

examples/ で python httpd.py してhttp://localhost:5103/hello_tutorial/hello_tutorial.html アクセスしてなにやら Status が SUCCESS になってるから…うん、たぶんおっけ!