Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-02-08 11:47:02 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-02-08 11:47:02 +0400
commit4d702d6c69ca2645a61a2978b527027aaed4b997 (patch)
tree6f204c75c6df593c63191f5735765c68c5b2cc82 /Rx/NET/Source/README.txt
parent287eca34bbef9169f6c659458caa5817fe23aae6 (diff)
import 5526a6f490db, official Rx 2.1 release.
Diffstat (limited to 'Rx/NET/Source/README.txt')
-rw-r--r--Rx/NET/Source/README.txt25
1 files changed, 16 insertions, 9 deletions
diff --git a/Rx/NET/Source/README.txt b/Rx/NET/Source/README.txt
index 2239644..b808037 100644
--- a/Rx/NET/Source/README.txt
+++ b/Rx/NET/Source/README.txt
@@ -1,11 +1,18 @@
-Build Instructions
+To build all flavors of Rx, you will need several different SDK's installed:
-In order to be able to build all configurations listed in the Visual Studio solution, the following
-components need to be installed:
- * Windows Phone 8 SDK (https://dev.windowsphone.com/en-us/downloadsdk)
- * Visual Studio SDK for building VS extensions, VSIX (http://www.microsoft.com/en-us/download/details.aspx?id=30668)
- * Windows Installer Xml (WiX) toolset (http://wix.codeplex.com)
+Visual Studio 2012
+Windows Phone 8 SDK (create.msdn.com)
+Windows Phone 7.1 SDK (create.msdn.com)
+Silverlight 4 SDK
+Microsoft Silverlight 4 Tools for Visual Studio 2010
+Xbox XNA Game Studio 4.0*
- To build the XNA components, you need to install the Xbox XNA Game Studio 4.0.
- Instructions on how install the required XNA components on Windows 8 are available at the
- following link: http://blogs.msdn.com/b/astebner/archive/2012/02/29/10274694.aspx \ No newline at end of file
+* Note: Installing Xbox XNA Game Studio is tricky on Windows 8, as you must install some other dependencies first.
+ More information can be found here: http://blogs.msdn.com/b/astebner/archive/2012/02/29/10274694.aspx
+
+For building installers and Visual Studio extensions, we need the following installed:
+Visual Studio 2012 SDK
+Windows Installer XML (WiX) toolset (wix.codeplex.com), preferably version 3.5.
+
+
+Note: the XNA Game Studio build has not been actively maintained and may not build. Feel free to fix it!