rhino-licensing icon indicating copy to clipboard operation
rhino-licensing copied to clipboard

missing build howto?

Open thulka opened this issue 13 years ago • 3 comments

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 avatar Sep 11 '11 21:09 thulka

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

thulka avatar Nov 02 '11 15:11 thulka

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

ghost avatar Jul 31 '13 14:07 ghost

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.

CADbloke avatar Jan 07 '16 13:01 CADbloke