blueprint-freespeech / ricochet-refresh

Anonymous peer-to-peer instant messaging
https://www.ricochetrefresh.net
Other
217 stars 28 forks source link

Ubuntu 20.10 Ricochet 3.0.0-alpha "error while loading shared libraries: libxcb-icccm.so.4: cannot open shared object file: No such file or directory" #23

Closed bungabunga closed 2 years ago

bungabunga commented 3 years ago

Ubuntu 20.10 and Ricochet Refresh 3.0.0-alpha

morganava commented 3 years ago

Linux builds (currently) depend on various shared libraries (including libxcb). See ricochet-refresh's build config ( https://github.com/blueprint-freespeech/ricochet-build/blob/master/projects/tego/config#L41 ) for the full list.

We should add a README to our Linux package with full list of libs we need users to install.

morganava commented 2 years ago

You should use the deb or AppImage packages if you are unsure of how to install dependencies