How to build Fluent NHibernate?

◇◆丶佛笑我妖孽 提交于 2019-12-11 06:27:27

问题


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?


回答1:


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.




回答2:


I've already built it using VS, so the question is 'which tools I need to build it using the Build.bat file'



来源:https://stackoverflow.com/questions/343203/how-to-build-fluent-nhibernate

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!