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.

4
  • What does openssl have to do with GnuPG Made Easy (GPGME)? It's not a requirement, is it?
    – Xen2050
    Commented Apr 6, 2019 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
    Commented Apr 6, 2019 at 6:59
  • 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
    Commented Apr 6, 2019 at 7:36
  • 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
    Commented Apr 6, 2019 at 7:47

0

You must log in to answer this question.

Browse other questions tagged .