Skip to content

Commit

Permalink
Updated how to build file
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodejunkie committed May 23, 2010
1 parent 23d1b18 commit 324d09b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions How to build.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
h1.How to build
MefContrib uses the "psake":http://github.com/JamesKovacs/psake build engine to build the project. Psake is a build engine build ontop of Powershell.
MefControl used the psake build engine to build the project. Psake is a Powershell based engine and if it is the first time you execute powershell scripts on your system you may need to allow script execution by running the following command as adminstrator:

In order to build the projects, execute *Build MefContrib.bat* or *Build MefContrib Silverlight.bat" and the binaries will be produced in the *release* folder.

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

<pre>
<code>
Set-ExecutionPolicy unrestricted
</code>
</pre>

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

0 comments on commit 324d09b

Please sign in to comment.