Merge pull request #1 from MPW1412/patch-1

version updates and detailed the instructions
This commit is contained in:
MPW1412 2013-07-10 13:14:59 -07:00
commit e1bfd7c8e2

View file

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