rhino-licensing
rhino-licensing copied to clipboard
missing build howto?
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
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
yes. a howto build readme.txt would be very helpful. please include the assemblyinfo.cs.
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.