Flying-Toast / wiziz

Multiplayer sorcery-themed browser game
GNU Affero General Public License v3.0
12 stars 2 forks source link

Library not mentioned #87

Closed joelcnz closed 5 years ago

joelcnz commented 5 years ago

ld: library not found for -lssl

What library do I install for that? I use macOS (Mojave) and home brew.

Flying-Toast commented 5 years ago

Maybe brew install openssl? If that doesn't work, adding a line to dub.sdl with versions "VibeNoSSL" should solve it.

joelcnz commented 5 years ago

Ok, thanks. Installing openssl worked.