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
Hello, I've tried to build fresh logimu in Docker and it failed several times until I installed some packages.
I don't know Cargo well, but if it can detect the distro and recommend to install packages, that'd be great. Otherwise, those could be added in the README.md, so the whole build process is shortened with the length of packages to be installed.
Anyway, there's my list for now:
pkg-config
libcairo-dev
libpango1.0-dev
libgtk-3-dev
libxcb-shape0
libxcb-xfixes0
libxcb-shape0-dev
libxcb-xfixes0-dev
What is the preferable solution?
The text was updated successfully, but these errors were encountered:
I don't know Cargo well, but if it can detect the distro and recommend to install packages, that'd be great. Otherwise, those could be added in the README.md, so the whole build process is shortened with the length of packages to be installed.
It should be able to with build.rs, which can execute any arbitrary code, but I think it's more practical to add a note to README instead of trying to detect a bunch of different platforms.
Hello, I've tried to build fresh
logimu
in Docker and it failed several times until I installed some packages.I don't know Cargo well, but if it can detect the distro and recommend to install packages, that'd be great. Otherwise, those could be added in the
README.md
, so the whole build process is shortened with the length of packages to be installed.Anyway, there's my list for now:
pkg-config
libcairo-dev
libpango1.0-dev
libgtk-3-dev
libxcb-shape0
libxcb-xfixes0
libxcb-shape0-dev
libxcb-xfixes0-dev
What is the preferable solution?
The text was updated successfully, but these errors were encountered: