ayende / rhino-licensing

A software licensing framework
http://ayende.com
BSD 3-Clause "New" or "Revised" License
333 stars 167 forks source link

missing build howto? #2

Open thulka opened 13 years ago

thulka commented 13 years ago

looks good, could just someone please hint me on how to build this. ant, nant, msbuild, any off the ps files?

obviuosly i can hack the missing assemblyinfo.cs files, but I would prefer the authors intended way to bulid this.

thank you thomas

thulka commented 12 years ago

I found that it is using "psake" a powershell based dsl. Running psake.ps1 hangs my powershell. anyway, from the default.ps1 I can find everything to manually create the AssemblyInfo.cs files

ghost commented 11 years ago

yes. a howto build readme.txt would be very helpful. please include the assemblyinfo.cs.

CADbloke commented 8 years ago

open Powershell as admin change to the Rhino Licensing root directory unrestrict your execution policy because you'll get blocked at the next step see http://stackoverflow.com/a/16460213/492. That's why admin. now do .\psake.ps1 in the powershell window You may need to ok a Windows Firewall warning when it Nugets its things.

See, so much easier than F6 in Visual Studio. Wait, no.