From 0b0d62e841059a0b015523411ec3b60a747b5b69 Mon Sep 17 00:00:00 2001 From: wimh Date: Sun, 22 Jan 2012 00:05:34 +0100 Subject: [PATCH] improve instructions --- README.windows.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.windows.md b/README.windows.md index f464b337..0ce2019a 100644 --- a/README.windows.md +++ b/README.windows.md @@ -4,6 +4,7 @@ * Install [msysGit](http://code.google.com/p/msysgit/downloads/detail?name=Git-1.7.8-preview20111206.exe) * I recommend you to install in `C:\msysgit` + * Use default settings for all other questions during installation * _Clone step_: Open a Git console (available in Start Menu > Git > Git Bash). On the command line write @@ -14,11 +15,8 @@ * This way you will get the SparkleShare source code in `C:\SparkleShare` -* Download [SmartIrc4net-0.4.0.bin.zip](http://sourceforge.net/projects/smartirc4net/files/SmartIrc4net/0.4.0/SmartIrc4net-0.4.0.bin.zip/download) - * Copy `Meebey.SmartIrc4net.dll` and `Meebey.SmartIrc4net.xml` from the zip file in `bin\release` to `C:\SparkleShare\bin` (create that directory if it does not exist) - * Download [CefSharp-0.3.1.7z](https://github.com/downloads/chillitom/CefSharp/CefSharp-0.3.1.7z) - * Copy `avcodec-52.dll`, `avformat-52.dll`, `avutil-50.dll`, `CefSharp.dll`, `icudt42.dll` and `libcef.dll` from the 7z file in `CefSharp-0.3.1\Release\` to `c:\SparkleShare\bin` + * Copy `avcodec-52.dll`, `avformat-52.dll`, `avutil-50.dll`, `CefSharp.dll`, `icudt42.dll` and `libcef.dll` from the 7z file in `CefSharp-0.3.1\Release\` to `c:\SparkleShare\bin` (create that directory if it does not exist) * Copy the entire contents of the msysGit folder to `C:\SparkleShare\bin\msysgit` @@ -31,7 +29,7 @@ * `C:\SparkleShare\bin` should now contain `SparkleLib.dll` and `SparkleShare.exe`, apart from folders `plugins`, `po` and `msysgit` -* If you want to build the Windows installer download and install [WiX](http://wix.sourceforge.net/) +* If you want to build the Windows installer download and install [WiX 3.5](http://wix.sourceforge.net/) * _Installer build step_: Then open a command shell and write almost the same as before, but with `installer` at the end