From fc957c9ae8e6eb612b60f578fcddf021a1089b91 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 19 Jun 2012 18:50:04 +0100 Subject: [PATCH] Simplify README.md --- SparkleShare/Linux/README.md | 18 ++++++++++++++++-- SparkleShare/Mac/README.md | 14 +++++++++++++- SparkleShare/Windows/README.md | 30 ++++++++++-------------------- 3 files changed, 39 insertions(+), 23 deletions(-) diff --git a/SparkleShare/Linux/README.md b/SparkleShare/Linux/README.md index 7abf90d5..9cd566ce 100644 --- a/SparkleShare/Linux/README.md +++ b/SparkleShare/Linux/README.md @@ -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 +``` + diff --git a/SparkleShare/Mac/README.md b/SparkleShare/Mac/README.md index 7d9339e7..6335af4c 100644 --- a/SparkleShare/Mac/README.md +++ b/SparkleShare/Mac/README.md @@ -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. + diff --git a/SparkleShare/Windows/README.md b/SparkleShare/Windows/README.md index 046862da..7a884ded 100644 --- a/SparkleShare/Windows/README.md +++ b/SparkleShare/Windows/README.md @@ -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. +