Git Product home page Git Product logo

Comments (1)

jonhoo avatar jonhoo commented on July 4, 2024

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:

  • OpenSSL version 1.0.1 or above, or LibreSSL (from openssl)
  • Libdbus 1.6 or higher (from dbus-rs used by notify-rust)
  • libappindicator3 (from libappindicator-sys from libappindicator from systray)
  • gtk3-devel and glib2-devel (from gtk-rs from systray)

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):

  • libssl
  • libcrypto
  • libappindicator3
  • libgtk-3
  • libgdk-3
  • libgdk_pixbuf-2.0
  • libgobject-2.0
  • libglib-2.0
  • libdbus-1
  • libindicator3
  • libdbusmenu-gtk3
  • libdbusmenu-glib
  • libpangocairo-1.0
  • libpango-1.0
  • libatk-1.0
  • libcairo-gobject
  • libcairo
  • libgio-2.0
  • libgmodule-2.0
  • libX11
  • libXi
  • libXfixes
  • libatk-bridge-2.0
  • libepoxy
  • libpangoft2-1.0
  • libfontconfig
  • libXinerama
  • libXrandr
  • libXcursor
  • libXcomposite
  • libXdamage
  • libxkbcommon
  • libwayland-cursor
  • libwayland-egl
  • libwayland-client
  • libXext
  • libpng16
  • libffi
  • libpcre
  • libsystemd
  • libfreetype
  • libthai
  • libpixman-1
  • libEGL
  • libxcb-shm
  • libxcb
  • libxcb-render
  • libXrender
  • libz
  • libGL
  • libresolv
  • libmount
  • libatspi
  • libharfbuzz
  • libexpat
  • libcap
  • liblzma
  • liblz4
  • libgcrypt
  • libgpg-error
  • libbz2
  • libdatrie
  • libGLdispatch
  • libXau
  • libXdmcp
  • libGLX
  • libblkid
  • libuuid
  • libgraphite2

from buzz.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.