Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
xfce:building [2022/12/17 20:26] – bump xfce version kevinbowen | xfce:building [2024/12/04 06:35] (current) – kevinbowen | ||
---|---|---|---|
Line 44: | Line 44: | ||
git clone https:// | git clone https:// | ||
- | After the repository is cloned, you will need to choose which branch you want to compile. By default, the '' | + | After the repository is cloned, you will need to choose which branch you want to compile. By default, the '' |
- | To switch to another branch ('' | + | To switch to another branch ('' |
- | git checkout --track origin/ | + | git checkout --track origin/ |
After this, you can update your local copy of the repository with git pull and switch to another branch with '' | After this, you can update your local copy of the repository with git pull and switch to another branch with '' | ||
Line 63: | Line 63: | ||
* [[http:// | * [[http:// | ||
* Gtk+ and Glib headers, in some distributions called the -devel packages | * Gtk+ and Glib headers, in some distributions called the -devel packages | ||
- | * Xfce 4.18 requires Gtk+ 3.24 and Glib 2.66 (See also: [[https:// | + | * Xfce 4.20 requires Gtk+ 3.24 and Glib-2.0 >= 2.72 (See also: [[https:// |
+ | * Same version for gmodule-2.0, | ||
+ | * gdk-pixbuf-2.0 >= 2.42.8 | ||
+ | * gobject-introspection >= 1.72 | ||
+ | * wayland 1.20 | ||
+ | * wayland-protocols 1.25 | ||
+ | * gtk-layer-shell 0.7.0 | ||
* pkgconfig | * pkgconfig | ||
* Coffee or tea | * Coffee or tea | ||
Line 69: | Line 75: | ||
For history, here are the versions needed for older Xfce releases: | For history, here are the versions needed for older Xfce releases: | ||
+ | * Xfce 4.18 requires Gtk+ 3.24 and Glib 2.66 | ||
* Xfce 4.16 requires Gtk+ 3.22 and Glib 2.50 | * Xfce 4.16 requires Gtk+ 3.22 and Glib 2.50 | ||
* Xfce 4.14 requires Gtk+ 3.22 and Glib 2.42 | * Xfce 4.14 requires Gtk+ 3.22 and Glib 2.42 | ||
Line 174: | Line 181: | ||
[[|Back To Top]] | [[|Back To Top]] | ||
---- | ---- | ||
- | [[: | + | [[: |