How to create a portable gpgme directory for C/C++ projectsLight and efficient file encryption for...

Domain expired, GoDaddy holds it and is asking more money

Is it wise to focus on putting odd beats on left when playing double bass drums?

Can a planet have a different gravitational pull depending on its location in orbit around its sun?

What is GPS' 19 year rollover and does it present a cybersecurity issue?

How can I add custom success page

New order #4: World

Need help identifying/translating a plaque in Tangier, Morocco

Hosting Wordpress in a EC2 Load Balanced Instance

Does the average primeness of natural numbers tend to zero?

How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)

Prime joint compound before latex paint?

Is ipsum/ipsa/ipse a third person pronoun, or can it serve other functions?

Copycat chess is back

Is this food a bread or a loaf?

How to manage monthly salary

"listening to me about as much as you're listening to this pole here"

Finding files for which a command fails

How to make payment on the internet without leaving a money trail?

Does a dangling wire really electrocute me if I'm standing in water?

Pristine Bit Checking

How would photo IDs work for shapeshifters?

COUNT(*) or MAX(id) - which is faster?

Email Account under attack (really) - anything I can do?

Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?



How to create a portable gpgme directory for C/C++ projects


Light and efficient file encryption for Ubuntu.Understanding encryption Keysusing RC4 in Openssl on Ubuntu instead of CamelliaIs ecryptfs-setup-swap persistent?Digital Certificate (Signature) Verification in Software InstallationNo such file or directoryHow to encrypt email with public key in ThunderbirdEncrypted home directory and having a server restartHow to I make a shared Linux folder a mapped network drive?Migrating from unencrypted Ubuntu 16.04 to LUKS Encrypted install of 16.04






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















This question is probably quite basic knowledge but here it is. I want to integrate public key encryption, preferably using gpgme, in my projects but the computers running it will not always have gpgme installed and I will need to run make there. How can I have a directory with installed in it to insert it on my projects?



Thank you in advance.










share|improve this question

























  • What does openssl have to do with GnuPG Made Easy (GPGME)? It's not a requirement, is it?

    – Xen2050
    Apr 6 at 2:05











  • It is not, I was looking for the same thing with openssl at the time I posted this question so I mistakenly wrote openssl. I corrected it now.

    – George Sp
    2 days ago











  • Ah ok. The gpgme tarball is only 3.6MB, or 19 extracted... what's wrong with just copying it to wherever you need to make projects? Or at least the required files?

    – Xen2050
    2 days ago











  • Probably nothing, but I have not done anything similar in the past so I am not sure about it. If a simple 'cp' will do the job, this question is redundant, but I worry about config files, installation paths etc.

    – George Sp
    2 days ago


















0















This question is probably quite basic knowledge but here it is. I want to integrate public key encryption, preferably using gpgme, in my projects but the computers running it will not always have gpgme installed and I will need to run make there. How can I have a directory with installed in it to insert it on my projects?



Thank you in advance.










share|improve this question

























  • What does openssl have to do with GnuPG Made Easy (GPGME)? It's not a requirement, is it?

    – Xen2050
    Apr 6 at 2:05











  • It is not, I was looking for the same thing with openssl at the time I posted this question so I mistakenly wrote openssl. I corrected it now.

    – George Sp
    2 days ago











  • Ah ok. The gpgme tarball is only 3.6MB, or 19 extracted... what's wrong with just copying it to wherever you need to make projects? Or at least the required files?

    – Xen2050
    2 days ago











  • Probably nothing, but I have not done anything similar in the past so I am not sure about it. If a simple 'cp' will do the job, this question is redundant, but I worry about config files, installation paths etc.

    – George Sp
    2 days ago














0












0








0








This question is probably quite basic knowledge but here it is. I want to integrate public key encryption, preferably using gpgme, in my projects but the computers running it will not always have gpgme installed and I will need to run make there. How can I have a directory with installed in it to insert it on my projects?



Thank you in advance.










share|improve this question
















This question is probably quite basic knowledge but here it is. I want to integrate public key encryption, preferably using gpgme, in my projects but the computers running it will not always have gpgme installed and I will need to run make there. How can I have a directory with installed in it to insert it on my projects?



Thank you in advance.







linux encryption c++ libraries public-key-encryption






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 days ago







George Sp

















asked Apr 5 at 16:26









George SpGeorge Sp

113




113













  • What does openssl have to do with GnuPG Made Easy (GPGME)? It's not a requirement, is it?

    – Xen2050
    Apr 6 at 2:05











  • It is not, I was looking for the same thing with openssl at the time I posted this question so I mistakenly wrote openssl. I corrected it now.

    – George Sp
    2 days ago











  • Ah ok. The gpgme tarball is only 3.6MB, or 19 extracted... what's wrong with just copying it to wherever you need to make projects? Or at least the required files?

    – Xen2050
    2 days ago











  • Probably nothing, but I have not done anything similar in the past so I am not sure about it. If a simple 'cp' will do the job, this question is redundant, but I worry about config files, installation paths etc.

    – George Sp
    2 days ago



















  • What does openssl have to do with GnuPG Made Easy (GPGME)? It's not a requirement, is it?

    – Xen2050
    Apr 6 at 2:05











  • It is not, I was looking for the same thing with openssl at the time I posted this question so I mistakenly wrote openssl. I corrected it now.

    – George Sp
    2 days ago











  • Ah ok. The gpgme tarball is only 3.6MB, or 19 extracted... what's wrong with just copying it to wherever you need to make projects? Or at least the required files?

    – Xen2050
    2 days ago











  • Probably nothing, but I have not done anything similar in the past so I am not sure about it. If a simple 'cp' will do the job, this question is redundant, but I worry about config files, installation paths etc.

    – George Sp
    2 days ago

















What does openssl have to do with GnuPG Made Easy (GPGME)? It's not a requirement, is it?

– Xen2050
Apr 6 at 2:05





What does openssl have to do with GnuPG Made Easy (GPGME)? It's not a requirement, is it?

– Xen2050
Apr 6 at 2:05













It is not, I was looking for the same thing with openssl at the time I posted this question so I mistakenly wrote openssl. I corrected it now.

– George Sp
2 days ago





It is not, I was looking for the same thing with openssl at the time I posted this question so I mistakenly wrote openssl. I corrected it now.

– George Sp
2 days ago













Ah ok. The gpgme tarball is only 3.6MB, or 19 extracted... what's wrong with just copying it to wherever you need to make projects? Or at least the required files?

– Xen2050
2 days ago





Ah ok. The gpgme tarball is only 3.6MB, or 19 extracted... what's wrong with just copying it to wherever you need to make projects? Or at least the required files?

– Xen2050
2 days ago













Probably nothing, but I have not done anything similar in the past so I am not sure about it. If a simple 'cp' will do the job, this question is redundant, but I worry about config files, installation paths etc.

– George Sp
2 days ago





Probably nothing, but I have not done anything similar in the past so I am not sure about it. If a simple 'cp' will do the job, this question is redundant, but I worry about config files, installation paths etc.

– George Sp
2 days ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421959%2fhow-to-create-a-portable-gpgme-directory-for-c-c-projects%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421959%2fhow-to-create-a-portable-gpgme-directory-for-c-c-projects%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...