[fix] Install to location other than /usr/local.#20
[fix] Install to location other than /usr/local.#20Dehim1 wants to merge 7 commits intostef:masterfrom
Conversation
… liboprf.pc file was written to the target directory.
…ctory and did not delete liboprf-noiseXK.so.0.
…rder to fix "rmdir: failed to remove '/usr/local/include/oprf/': Directory not empty".
|
thank you for this. one question, why do you have troubles installing somewhere else than i note, you use pkgconf before the check if it is available. |
…good idea to do the directory checks prior to uninstalling noiseXK.
|
First the issue was that sodium.h couldn't be found when running make.
Fixed that now. |



I had trouble installing liboprf to a location other than /usr/local.
Uninstall also gave some errors and had weird behavior as it copied files to the installation directory.
This PR fixes these issues.
I also added src/liboprf.so.debug to the .gitignore as this file isn't tracked by the repo.