Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
xfce:building [2019/09/08 01:48] – [From the code repository] kevinbowenxfce:building [2019/12/09 10:48] kevinbowen
Line 1: Line 1:
 +~~NOTOC~~
 ====== Building Xfce from source ====== ====== Building Xfce from source ======
  
Line 8: Line 9:
   * **[[building#Building the packages|Building the packages]]**   * **[[building#Building the packages|Building the packages]]**
   * **[[building#Finding additional help|Finding additional help]]**   * **[[building#Finding additional help|Finding additional help]]**
 +
 +----
  
 ===== Choosing your Xfce version ===== ===== Choosing your Xfce version =====
Line 14: Line 17:
  
 The latest releases available can be found on the [[http://xfce.org/download|download]] page. You can also build from the source repositories if you have enough experience. Additional information about this is provided below. The latest releases available can be found on the [[http://xfce.org/download|download]] page. You can also build from the source repositories if you have enough experience. Additional information about this is provided below.
 +
 +----
  
 ===== Obtaining the Xfce source code ===== ===== Obtaining the Xfce source code =====
Line 32: Line 37:
 For the latest code, you need to make local copies of the [[https://git.xfce.org/|GIT repositories]]. This is the place where developers submit their code. If you decide to use GIT, try to use the same branch for all the packages to avoid dependency version problems. For the latest code, you need to make local copies of the [[https://git.xfce.org/|GIT repositories]]. This is the place where developers submit their code. If you decide to use GIT, try to use the same branch for all the packages to avoid dependency version problems.
  
-<note information>For additional information about using Git with Xfce, see [[https://docs.xfce.org/contribute/dev/git/start|Xfce and git information]] page.</note>+<note information>For additional information about using Git with Xfce, see the [[https://docs.xfce.org/contribute/dev/git/start|Xfce and git information]] page.</note>
  
 You first need to make clones of each GIT repository, like the command below, where ''$category'' is for example ''xfce'' and ''$module'' ''xfce4-panel''. If you click on a module in the [[https://git.xfce.org/xfce|online repository]] list, the clone uri is shown at the bottom of the page. You first need to make clones of each GIT repository, like the command below, where ''$category'' is for example ''xfce'' and ''$module'' ''xfce4-panel''. If you click on a module in the [[https://git.xfce.org/xfce|online repository]] list, the clone uri is shown at the bottom of the page.
Line 48: Line 53:
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
 +
 ===== Xfce Dependencies explained ===== ===== Xfce Dependencies explained =====
  
Line 104: Line 110:
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
 +
 ===== Building the packages ===== ===== Building the packages =====
 ==== Installation location and variables ==== ==== Installation location and variables ====
Line 156: Line 163:
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
-===== Help =====+===== Finding additional Help =====
  
 Hopefully everything went fine after reading this guide. If you still have problems or questions you can ask on the [[http://xfce.org/community#mail|Xfce users mailing list]], the [[http://forum.xfce.org|forum]] or ask distribution related questions on their forums and mailing lists. Hopefully everything went fine after reading this guide. If you still have problems or questions you can ask on the [[http://xfce.org/community#mail|Xfce users mailing list]], the [[http://forum.xfce.org|forum]] or ask distribution related questions on their forums and mailing lists.
Line 164: Line 171:
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
 +[[:start|Back to main Xfce documentation page]]