diff --git a/README b/README.md similarity index 72% rename from README rename to README.md index 49e281a864dc5bad7ecf6ae1b2ce904e76bacb0e..ebfd8f9e8e014670d065916722fa62b35d3da3cb 100644 --- a/README +++ b/README.md @@ -23,14 +23,14 @@ Installation See the file 'INSTALL' -./autogen.sh --prefix=/usr --sysconfdir=/etc +`./autogen.sh --prefix=/usr --sysconfdir=/etc` (For testing, we are using: - ./autogen.sh --disable-static --with-mit-ext --with-console-kit --with-libnotify --enable-locking --enable-debug --sysconfdir=/etc + `./autogen.sh --disable-static --with-mit-ext --with-console-kit --enable-locking --enable-debug --sysconfdir=/etc` ) -make -sudo make install +`make` +`sudo make install` How to report bugs @@ -49,4 +49,5 @@ In the bug report please include information about your system, if possible: The output of the "xfce4-screensaver-command --version" command. - +If you want to debug your installation you may also be able to get meaningful debug output when starting xfce4-screensaver from the debug script: +`./src/debug-screensaver.sh`