summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2021-12-17 22:54:03 +0000
committerAlexander Schwinn <alexxcons@xfce.org>2021-12-17 22:54:03 +0000
commit585328d4747e05f5febc0a6ff256a356c0c86c82 (patch)
tree7b3b6819b2484629887397b0360f0b3b09064586 /README.md
parentab23fab9ca9faf19a561c099462f68c237e4a11c (diff)
downloadthunar-585328d4747e05f5febc0a6ff256a356c0c86c82.tar.gz
Add some more build info for newcomers
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6b40bd1b..8877dde2 100644
--- a/README.md
+++ b/README.md
@@ -29,10 +29,12 @@ See [NEWS](https://gitlab.xfce.org/xfce/thunar/-/blob/master/NEWS) for details o
From source:
+ % git clone https://gitlab.xfce.org/xfce/thunar
+ % git checkout <branch|tag> #optional step. Per default master is checked out
% cd thunar
% ./autogen.sh
% make
- % make install
+ # make install
From release tarball:
@@ -40,13 +42,13 @@ From release tarball:
% cd thunar-<version>
% ./configure
% make
- % make install
+ # make install
Both autogen.sh and configure will list missing dependencies.
If your distribution provides development versions of the related packages,
install them. Otherwise you will need to build and install the missing dependencies from source.
-For some additional build & debug hints, as well check the [Thunar Wiki pages](https://wiki.xfce.org/thunar/dev).
+For additional build & debug hints, check the [Thunar wiki pages](https://wiki.xfce.org/thunar/dev) and the [detailed building wiki manual](https://docs.xfce.org/xfce/building).
### Reporting Bugs