windows: update README

This commit is contained in:
Hylke Bons 2012-06-26 18:46:28 +01:00
parent aea9c56f3a
commit 6d1b810ca0
4 changed files with 7 additions and 6 deletions

View file

@ -448,7 +448,7 @@ namespace SparkleShare {
case PageType.Error: {
Header = _("Something went wrong") + "…";
Header = _("Oops! Something went wrong") + "…";
VBox points = new VBox (false, 0);
Image list_point_one = new Image (SparkleUIHelpers.GetIcon ("go-next", 16));

View file

@ -543,7 +543,7 @@ namespace SparkleShare {
case PageType.Error: {
Header = "Something went wrong…";
Header = "Oops! Something went wrong…";
Description = "Please check the following:";
// Displaying marked up text with Cocoa is

View file

@ -6,17 +6,18 @@ 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/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).
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).
Open a command prompt and execute the following:
```
cd C:\path\to\SparkleShare\source
cd C:\path\to\SparkleShare\sources
cd SparkleShare\Windows
build
```
`C:\path\to\SparkleShare\source\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

View file

@ -481,7 +481,7 @@ namespace SparkleShare {
case PageType.Error: {
Header = "Something went wrong…";
Header = "Oops! Something went wrong…";
Description = "Please check the following:";
TextBlock help_block = new TextBlock () {