debian: how to build from source? #69
-
Could somebody please write a couple of lines about how to build this from source on Debian? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There's an "easy" method, but it's the messiest to uninstall and causes two versions to co-exist (this installs to
|
Beta Was this translation helpful? Give feedback.
-
An alternate method is to patch the First, enable the source code repositories in Apt and downloading the package source:
Download a copy of this repository, add our Some gotchas:
|
Beta Was this translation helpful? Give feedback.
An alternate method is to patch the
gtk+3.0
source package and adding our patches (removing any existing ones that conflict). This is how it's done for Ubuntu, which is automated by this script. It's cleaner since you can re-install the original GTK+3 to revert back.First, enable the source code repositories in Apt and downloading the package source:
Download a copy of this repository, add our
*.patch
files intodebian/patches
and update theseries
file. Then, here's how to build a package. Not sure on the exact command.Some gotchas: