blueprint-freespeech / ricochet-refresh

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

docs: clean and update build instructions to use CMake #140

Closed dllud closed 2 years ago

dllud commented 2 years ago

Honour the current state of Ricochet Refresh's build system where qmake is no longer supported. Update and add dependencies for various GNU/Linux distros. Remove now useless instructions. Keep hints on how to build under OSX and Windows but mention that it isn't tested.

m-simonelli commented 2 years ago

This is great!

Some minor nitpicks - Qt >5.15 is still required (our QML uses syntax added in 5.15), and fmt isn't required as a system install if the submodule version is used (configure time flag -DUSE_SUBMODULE_FMT i think)

dllud commented 2 years ago

Done! Thanks for reviewing it.