Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| xfce:building [2026/02/24 00:05] – grammar improvement kevinbowen | xfce:building [2026/05/29 08:36] (current) – [Finding additional Help] alexxcons | ||
|---|---|---|---|
| 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! | ||