Simplify README.md

This commit is contained in:
Hylke Bons 2012-06-19 18:50:04 +01:00
parent 27d00c7a86
commit fc957c9ae8
3 changed files with 39 additions and 23 deletions

View file

@ -1,6 +1,6 @@
## Building on Linux distributions
You can choose to build SparkleShare from source or get the packages through your distribution's repositories.
You can choose to build SparkleShare from source or to get the package through your distribution's repositories.
To run SparkleShare, you'll need the following packages:
@ -54,7 +54,7 @@ $ sudo apt-get install gtk-sharp2 mono-runtime mono-devel monodevelop \
desktop-file-utils
```
### openSUSE
#### openSUSE
```bash
$ sudo zypper install gtk-sharp2 mono-core mono-devel monodevelop \
@ -74,3 +74,17 @@ $ sudo make install
**Note:** The Nautilus extension will only be enabled if you build with `--prefix=/usr`.
### Resetting SparkleShare settings
```
rm -Rf ~/SparkleShare
rm -Rf ~/.config/sparkleshare
```
### Uninstalling
```
sudo make uninstall
```

View file

@ -1,6 +1,6 @@
## Building on Mac
You can choose to build SparkleShare from source or download the SparkleShare bundle.
You can choose to build SparkleShare from source or to download the SparkleShare bundle.
### Installing build requirements
@ -52,3 +52,15 @@ cp /Library/Frameworks/Mono.framework/Versions/Current/lib/libintl.dylib Sparkle
Now you have a working bundle that you can run by double-clicking.
### Resetting SparkleShare settings
```
rm -Rf ~/SparkleShare
rm -Rf ~/.config/sparkleshare
```
### Uninstalling
Simple remove the SparkleShare bundle.

View file

@ -1,17 +1,12 @@
### Windows
Download and run the installer and start SparkleShare from the Windows menu.
## Windows
You can choose to build SparkleShare from source or to run the Windows installer.
## Building on Windows
### Installing build requirements
Install version 4.0 of the [.NET Framework](http://www.microsoft.com/download/en/details.aspx?id=17851) if you haven't already.
Install [msysGit](http://code.google.com/p/msysgit/downloads/detail?name=Git-1.7.8-preview20111206.exe). Change the install location to `C:\msysgit` and use the default settings for the other settings during the installation. Copy the `C:\msysgit` directory into `bin\msysgit` (in the SparkleShare source directory).
Install [msysGit](http://code.google.com/p/msysgit/downloads/detail?name=Git-1.7.8-preview20111206.exe). Change the install location to `C:\msysgit` and use the default settings for the other settings during the installation. Copy the `C:\msysgit` directory to `bin\msysgit` (in the SparkleShare source directory).
Open a command prompt and execute the following:
@ -24,7 +19,6 @@ build
`C:\path\to\SparkleShare\source\bin` should now contain `SparkleShare.exe`, which you can run.
### Creating a Windows installer
To create an installer package, install [WiX 3.5](http://wix.sourceforge.net/), restart Windows and run:
@ -36,16 +30,12 @@ build installer
This will create `SparkleShare.msi` in the same directory.
## Reset SparkleShare settings
### Linux and Mac:
```
rm -Rf ~/SparkleShare
rm -Rf ~/.config/sparkleshare
```
### Windows
### Resetting SparkleShare settings
Remove `My Documents\SparkleShare` and `AppData\Roaming\sparkleshare` (`AppData` is hidden by default).
### Uninstalling
You can uninstall SparkleShare through the Windows Control Panel.