-
Notifications
You must be signed in to change notification settings - Fork 11
Building on Linux
kylehuff edited this page Sep 4, 2011
·
4 revisions
- cmake
- libgpgme11-dev
- libgpg-error-dev
git clone git://github.com/kylehuff/webpg-npapi.git
git submodule update --recursive --init
./firebreath/prepmake.sh . build
cd ./build
cmake --build . --config MinSizeRel --target webpgPlugin
The plugin file can be found in the directory: build/bin/webpgPlugin/npwebpgPlugin.so