问题描述
我想看看流利的NHibernate,但不幸的是,我找不到任何有关如何从源代码构建它的信息。也许有人可以帮助我?我需要什么工具来构建它?
Build.bat文件只包含一个命令,那就是rake是。这将在当前文件夹中运行rake,使用文件rakefile来构建项目。
因此,您需要使用bat文件来构建rake。如果您使用Windows,则可以使用来安装Ruby,其中包括rake。 / p>
I want to take a look on Fluent NHibernate but unfortunately I cannot find any information on how to build it from the sources. Maybe someone can help me? What tools I need for building it?
The Build.bat file only contains one command, and that is "rake" which is Ruby Make. This runs rake in the current folder, using the file "rakefile" to build the project.
So, you need rake to be able to build using the bat file. If you are using Windows, you can install Ruby by using the Ruby installer for Windows, which includes rake.
这篇关于如何建立流利的NHibernate?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!