linux: update build instructions

This commit is contained in:
Hylke Bons 2012-10-20 00:42:21 +01:00
parent 205947502c
commit 324fb96669

View file

@ -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
```