I'd first discussed getting a visual studio build for Native Client working a while back. Afterwards, we decided a professional version was in need, and after talking about this at Google I/O this year, it's finally hit the streets. In contrast to my previous article, with the plugin, you'll no longer need to download chromium source code, or copy the header files.

Let's get started:
- If you haven't yet, download the nacl sdk (say, to c:\nacl\)
- Install pepper-canary if you haven't yet
- From a command line, run c:\nacl\naclsdk install pepper_canary
- From a command line, run c:\nacl\naclsdk install vs_addin
- which will grab the vs2010 package and bring it down onto your machine
- Browse to c:\nacl\vs_addin
- Double click install.bat
Once installed, you can create a new PPAPI and NaCl platform, just like we've discussed before!
As always, send us feedback!
~Main
You can find Colt McAnlis here:
No comments:
Post a Comment