You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just letting you know that I have been trying to install this signalling server recently, and I faced the following issue when running ```cargo build --release´``
error: failed to run custom build commandfor`openssl-sys v0.9.103`
I later found out that's because I needed to download the libssl-dev package to my ubuntu. I don't know if this is the standard for other distributions, but I thought it would be interesting to mention in the readme since it is required to actually build the server.
The text was updated successfully, but these errors were encountered:
Yeah, this is normal for using the OpenSSL library in Rust. From what I recall, the error message actually says to install your distribution's ssl-dev library, but I will consider adding a note in the README about this as well.
Hi, just letting you know that I have been trying to install this signalling server recently, and I faced the following issue when running ```cargo build --release´``
I later found out that's because I needed to download the
libssl-dev
package to my ubuntu. I don't know if this is the standard for other distributions, but I thought it would be interesting to mention in the readme since it is required to actually build the server.The text was updated successfully, but these errors were encountered: