From f6be4a8e812c74f2c281bbec3a723aa7f1375d30 Mon Sep 17 00:00:00 2001 From: MPW1412 Date: Wed, 10 Jul 2013 21:25:13 +0200 Subject: [PATCH] version updates and specified the instructions --- SparkleShare/Windows/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/SparkleShare/Windows/README.md b/SparkleShare/Windows/README.md index e0e53761..86617953 100644 --- a/SparkleShare/Windows/README.md +++ b/SparkleShare/Windows/README.md @@ -6,25 +6,26 @@ You can choose to build SparkleShare from source or to run the Windows installer 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/) and copy the contents of the install folder -(`C:\Program Files (x86)\Git` by default) to `C:\path\to\SparkleShare\sources\bin\msysgit\` (in the SparkleShare source directory). +Install [msysGit](http://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git) and copy the contents of the install folder +(`C:\Program Files (x86)\Git` by default) to `C:\path\to\SparkleShare-sources\bin\msysgit\` (create the "bin"-folder in the SparkleShare source directory). Open a command prompt and execute the following: ``` -cd C:\path\to\SparkleShare\sources +cd C:\path\to\SparkleShare-sources cd SparkleShare\Windows build ``` -`C:\path\to\SparkleShare\sources\bin` should now contain `SparkleShare.exe`, which you can run. +`C:\path\to\SparkleShare-sources\bin` should now contain `SparkleShare.exe`, which you can run. ### Creating a Windows installer -To create an installer package, install [WiX 3.6](http://wix.codeplex.com/), restart Windows and run: +To create an installer package, install [WiX 3.7](http://wix.codeplex.com/releases/view/99514), restart Windows and run: ``` +cd C:\path\to\SparkleShare-sources\SparkleShare\Windows\ build installer ```