Script# - 获取最新版本进行编译
我已经从 https://github.com/nikhilk/scriptsharp
只是我不知道如何编译源代码。
我已经安装了 ScriptSharp 0.7.3.0,因为它似乎依赖于构建中存在的已安装目录。
我在源代码中查找了一些说明,并在谷歌上查找但没有成功。
编辑
似乎图书馆不会为我编译。 特别是 CoreLib 要求添加对“mscorlib”的引用,
顺便说一句,我真的建议对具有丰富 Web 客户端体验的复杂项目使用 script#。 特别是与 Knockout.js 结合使用
I've downloaded (cloned the repository) of script# from https://github.com/nikhilk/scriptsharp
Only I can't figure out how to get the source to compile.
I have installed ScriptSharp 0.7.3.0 as it seems to have a dependency on the installed directory to be present in the build.
I have looked around in the source code for some instructions and on google to no success.
Edit
Seems that the Libraries won't compile for me.
In particular the CoreLib is requesting the a reference to 'mscorlib' be added
BTW I really recommend using script# for complex projects with rich web client experiences.
Especially coupled with knockout.js
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我编译整个解决方案没有任何问题。 (v 0.7.3) 事实上,CoreLib 项目似乎根本没有任何外部引用。 (CoreLib 编译为 mscorlib.dll)。您可以尝试再次下载完整源码包,打开并编译ScriptSharp解决方案。
I had no problem compiling the whole solution. (v 0.7.3) In fact the CoreLib project seems not having any external reference at all. (CoreLib compiles to mscorlib.dll). You could try to download the complete source package again, open and compile the ScriptSharp solution.