Replies: 2 comments 7 replies
-
Hi @beldmit, Do you actually install liboqs using If so, a directory called $ cmake -B build -Dliboqs_DIR=$PREFIX/lib/cmake/liboqs -DOPENSSL_ROOT_DIR=$PREFIX/
$ cmake --build build/ |
Beta Was this translation helpful? Give feedback.
6 replies
-
Did you check out 'scripts/fullbuild.sh'? Also the Dockerfiles of any integration, e.g 'curl' may be helpful. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to locally build openssl master, liboqs master, and oqs-provider
No problems with openssl
works perfectly
When I try to build oqs-provider (also from newly created
build
directory), it either links against my installed liboqs, or, when I uninstall it, fails to find liboqs though I tried to setliboqs_DIR
variable to liboqs build directory, a subdir with liboqs.so and a subdir with liboqs cmake files.What is the proper way to consequently build all the components in chain?
Beta Was this translation helpful? Give feedback.
All reactions