-
Notifications
You must be signed in to change notification settings - Fork 9
Compiling extension manually (Linux)
Crepuscule edited this page Oct 5, 2012
·
4 revisions
-
At the command prompt:
git clone https://github.com/RC1140/cr-gpg.git; cd cr-gpg; sh buildScripts/reqsUbuntu.sh; sh buildScripts/customBuild.sh; -
Open Chrome and go to Tools > Extensions
-
Enable Developer Mode (clicking the checkbox if it isn't already checked)
-
Click the button Load Unpacked Extension...
-
Select the following path relative to where you originally cloned cr-gpg from: cr-gpg/cr-gpg-dev/cr-gpg/chromeExtension
The extension should now be installed.
-
At the command prompt:
git clone https://github.com/RC1140/cr-gpg.git; cd cr-gpg; sh buildScripts/reqsFedora.sh; sh buildScripts/customBuild.sh; -
Open Chrome and go to Tools > Extensions
-
Enable Developer Mode (clicking the checkbox if it isn't already checked)
-
Click the button Load Unpacked Extension...
-
Select the following path relative to where you originally cloned cr-gpg from: cr-gpg/cr-gpg-dev/cr-gpg/chromeExtension
The extension should now be installed.
-
Do an
sudo apt-get install libgpgme11-dev -
Follow the "For Ubuntu" procedure