Open flatironnyc opened 3 years ago
Hi there. There is a fix in this request. https://github.com/microsoft/vcpkg/issues/20805
hi @cmachaca,
How do I get unofficial-sodium installed on Ubuntu?
According to fb's fizz repo readme, https://github.com/facebookincubator/fizz, fizz depends on libsodium. I was able to compile fizz without any problems, though. Does this mean I'd have to recompile fizz as well after switching to unofficial-sodium?
Thank you very much for your help!
Hi @tribecany
Sorry for my English, I use the google translator. Unofficial-sodium is a port of vcpkg. You can install libsodium separately and compile wangle again, I use vcpkg for its ease of installing packages.
Greetings.
Hi guys, I am trying to build an example program and link wangle.
I got the following error:
I have libsodium-dev installed via apt-get. Do you guys know what might be wrong? Thank you for your help in advance!