You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
The text was updated successfully, but these errors were encountered: