Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| xfce:building [2026/02/11 15:49] – Add build instructions for meson andreldm | xfce:building [2026/05/29 08:36] (current) – [Finding additional Help] alexxcons | ||
|---|---|---|---|
| Line 125: | Line 125: | ||
| ===== Building the packages (meson) ===== | ===== Building the packages (meson) ===== | ||
| - | <note important> | + | <note important> |
| Now it is finally time to start compiling the Xfce desktop. Last remaining thing is to choose an installation location. Possible examples are ''/ | Now it is finally time to start compiling the Xfce desktop. Last remaining thing is to choose an installation location. Possible examples are ''/ | ||
| Line 140: | Line 140: | ||
| If you install the package in a public prefix, for example ''/ | If you install the package in a public prefix, for example ''/ | ||
| + | |||
| + | If you want to remove the installed files, you can do so with: | ||
| + | |||
| + | cd build && ninja uninstall | ||
| [[|Back To Top]] | [[|Back To Top]] | ||
| Line 184: | Line 188: | ||
| sudo make install | sudo make install | ||
| + | If you want to uninstall the installed files, you can do so by executing: | ||
| + | |||
| + | sudo make uninstall | ||
| ==== Understanding Debug levels ==== | ==== Understanding Debug levels ==== | ||
| Line 201: | Line 208: | ||
| ===== Finding additional Help ===== | ===== Finding additional Help ===== | ||
| - | Hopefully everything went fine after reading this guide. If you still have problems or questions you can ask on the [[https:// | + | Hopefully everything went fine after reading this guide. |
| + | |||
| + | If you still have problems or questions you can ask on the [[https:// | ||
| Have fun building Xfce! | Have fun building Xfce! | ||