From 324fb9666997ff002182019886bc7fe7a1ddd6f9 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 20 Oct 2012 00:42:21 +0100 Subject: [PATCH] linux: update build instructions --- SparkleShare/Linux/README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/SparkleShare/Linux/README.md b/SparkleShare/Linux/README.md index c29d585f..c785c3db 100644 --- a/SparkleShare/Linux/README.md +++ b/SparkleShare/Linux/README.md @@ -63,13 +63,11 @@ $ sudo zypper install gtk-sharp2 mono-core mono-devel monodevelop ndesk-dbus-gli You can build and install SparkleShare like this: ```bash -$ ./configure --prefix=/usr (or ./autogen.sh if you build from the repository) +$ ./configure (or ./autogen.sh if you build from the repository) $ make $ sudo make install ``` -**Note:** If there is no `configure` file, first run `./autogen.sh` - ### Resetting SparkleShare settings @@ -79,17 +77,6 @@ rm -Rf ~/.config/sparkleshare ``` -### Updating the version number - -Change the verion number in the following files before making a release: - -``` -configure.ac -SparkleLib/Defines.cs -SparkleShare/Windows/SparkleShare.wxs -``` - - ### Uninstalling ```