Skip to content

Instantly share code, notes, and snippets.

View akshaydeo's full-sized avatar
🤔
thinking...

Akshay Deo akshaydeo

🤔
thinking...
View GitHub Profile
@deepak1556
deepak1556 / command.sh
Created October 30, 2015 09:27
Simple electron app to test pepper plugin load
#!/bin/bash
g++ ./hello.cc -shared -o libppapi_hello.so -I/home/robo/github/nacl_sdk/pepper_43/include -L/home/robo/github/nacl_sdk/pepper_43/lib/linux_host/Release -lppapi_cpp -lppapi -lpthread -Wall -fPIC