From a7770f60af7b80f3596bf63f4ede10cdcfbfaddd Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Tue, 21 Jun 2016 23:22:43 +0200 Subject: [PATCH] Updated Build and Deployment (markdown) --- Build-and-Deployment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Build-and-Deployment.md b/Build-and-Deployment.md index 8d9f755..ea44094 100644 --- a/Build-and-Deployment.md +++ b/Build-and-Deployment.md @@ -144,11 +144,11 @@ Free Pascal compiler 3.0.0 can be downloaded as `rpm` packages from [official we _**TODO**_ ## Windows Worker -From beginning we are determined to support Windows operating system on which some of the workers may run (especially for projects in C# programming language). Support for Windows is quite hard and time consuming and there were several problems during this. To ensure capability of compilation on Windows we set up CI for Windows named [Appveyor](http://www.appveyor.com/). However installation should be easy due to Visual Studio NuGet package manager. +From beginning we are determined to support Windows operating system on which some of the workers may run (especially for projects in C# programming language). Support for Windows is quite hard and time consuming and there were several problems during this. To ensure capability of compilation on Windows we set up CI for Windows named [Appveyor](http://www.appveyor.com/). However installation should be easy due to provided installation script. -There are only two additional dependencies needed, **Windows 7 and higher** and **Visual Studio 2015+**. Simple installation batch script is provided with worker which should do all the work on Windows machine. Officially only VS2015 and 32-bit compilation is supported, because of hardcoded compile options in installation script. If different VS is needed or different platform, script should be changed to appropriate values, it should be quite simple and straightforward. +There are only two additional dependencies needed, **Windows 7 and higher** and **Visual Studio 2015+**. Provided simple installation batch script should do all the work on Windows machine. Officially only VS2015 and 32-bit compilation is supported, because of hardcoded compile options in installation script. If different VS is needed or different platform, script should be changed to appropriate values, it should be quite simple and straightforward. -Mentioned script is placed in *install* directory alongside supportive scripts for UNIX systems and is named *win-build.cmd*. Provided script will do almost all the work connected with building and dependency resolving (using **NuGet** package manager). Script should be run under 32-bit version of **Developer Command Prompt for VS2015** and from *install* directory. +Mentioned script is placed in *install* directory alongside supportive scripts for UNIX systems and is named *win-build.cmd*. Provided script will do almost all the work connected with building and dependency resolving (using **NuGet** package manager and **msbuild** building system). Script should be run under 32-bit version of **Developer Command Prompt for VS2015** and from *install* directory. Building and installing of worker is then quite simple, script has command line parameters which can be used to specify what will be done: * *-build* - Don't have to be specified. Build worker and all its test, all is saved in *build* folder and subfolders.