webpg-npapi 0.6.1
webpg-npapi Documentation

Introduction

webpg-npapi is an NPAPI plugin project that provides GnuPG related Public/Private Key operations for use in major browsers.

Compiling

Step 1: Obtain the source

git clone http://github.com/kylehuff/webpg-npapi.git

Step 2: Retreieve the submodules

cd webpg-npapi
git submodule init
git submodule update --recursive

Step 3: Create the build environment

Linux: cmake

./firebreath/prepmake.sh webpgPlugin build

OSX: cmake/XCode

./firebreath/prepmac.sh webpgPlugin build

Windows: cmake/VS 2005, 2008, 2010

firebreath/prep{VS version}.cmd webpgPlugin build

Step 4: Build the source

cmake --build build --config webpgPlugin --target MinSizeRel

 All Classes Functions