-
Notifications
You must be signed in to change notification settings - Fork 533
Replies: 1 comment · 5 replies
-
You don't need to install liboqs, we have it as a submodule, do |
Beta Was this translation helpful? Give feedback.
All reactions
-
@charlag I did that, those 2 steps are mentioned in the BUILDING.md file. Yet, it does not work. Here's what I get:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
I think the include dir might be empty (or just have an empty This can happen if you try building without submodules init'd or if include dir preparation fails somehow, and because it saw an include dir, it didn't try to prepare it again. This should be fixed. |
Beta Was this translation helpful? Give feedback.
All reactions
-
@paw-hub that worked, it was probably the issue. Thank you! |
Beta Was this translation helpful? Give feedback.
All reactions
-
I was also looking to get started here and ran into similar issues, I got the web app building but can't run it. The README instructions say I should be able to |
Beta Was this translation helpful? Give feedback.
All reactions
-
You can server web files with any web server, we included a python example. We will update the doc file to not mention the |
Beta Was this translation helpful? Give feedback.
-
I want to contribute to the project but I'm struggling to build it. I followed the instructions in the BUILDING.md file, but I can't build neither the desktop nor the web app. I'm on a Mac M1.
This is the error that I get:
I already tried running
brew reinstall liboqs
but it does not help.Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions