Skip to content

Is Tarui zero-dependency in Production? #2924

Answered by FabianLars
axetroy asked this question in Q&A
Discussion options

You must be logged in to vote

Linux:

  • .deb declares its dependencies so the package manager will install them.
  • AppIamge is self-contained as always. That means it includes all needed dependencies in itself.
    • Currently there are 1 or 2 bugs preventing them from being 100% cross-distro: [1] [2]
  • as a side note, building on linux generally requires to build on the oldest system you want to support, mainly because of glibc :))) But this can cause problems with the webkit2gtk version (regarding important bug fixes).

macOS:

  • depends on the system webkit, which should be always present (== afaik there isn't a way to remove it from the system)
    • obviously the webkit version on the users system dictates which html/css/js feat…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by amrbashir
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants