Navigation Menu

Skip to content

Commit

Permalink
Updating build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ayende committed Nov 29, 2012
1 parent bbb0561 commit 083f073
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions How to build.txt
@@ -1,17 +1,17 @@
Requirements:
- .NET 4.0
- silverlight 4.0
- MVC 3
- Silverlight Tools 4.0
In order to build this project, you need to execute the psake build script from the PowerShell console.
You do this using the following command from the root project directory:
.\psake.ps1 default.ps1
You may need to allow script execution by running the following command as adminstrator:
Set-ExecutionPolicy unrestricted
Also note that the build script assume that you have git.exe on your path.
Requirements:

- .NET 4.0
- silverlight 4.0
- MVC 3
- Silverlight Tools 4.0

In order to build this project, you need to execute the psake build script from the PowerShell console.
You do this using the following command from the root project directory:

.\build.cmd

You may need to allow script execution by running the following command as adminstrator:

Set-ExecutionPolicy unrestricted

Also note that the build script assume that you have git.exe on your path.

0 comments on commit 083f073

Please sign in to comment.