jonhoo / buzz

A simple system tray application for notifying about unseen e-mail
Apache License 2.0
138 stars 12 forks source link

Please list dependencies for buzz #3

Open oscarcarlsson opened 7 years ago

oscarcarlsson commented 7 years ago

Hi, Is it possible to try to list all the needed dependencies for compiling buzz somewhere? It might be tricky to install otherwise (and takes forever as you have to compile, install missing dependencies, compile again and repeat for each missing package).

Here is the non-complete list of development headers I had to install on my Fedora 25 machine:

I'm pretty sure this list is non-exhaustive as I've installed other development headers before for other crates.

jonhoo commented 7 years ago

Hmm, I'm not sure where the best place is to list them, in particular because they are all introduced by the crates that buzz depends on, and not buzz itself. In some cases, the dependencies are also different for Windows, Linux, and macOS. After walking through those crates, the dependencies I've found are:

This would be a lot easier to do if the other crates (notify-rust and systray in particular) explicitly listed their dependencies. The dependencies of buzz would then be almost exactly the sum of the two.

I think the libraries above will pull in a bunch of the other dependencies too, but you might be right that there are more. The set of libraries as listed by ldd is (I removed some common ones):