How to create Fluent NHibernate?

I want to take a look at Fluent NHibernate, but unfortunately I cannot find any information on how to create it from sources. Maybe someone can help me? What tools do I need to create it?

+1
source share
2 answers

The Build.bat file contains only one command, and this is "rake", which is Ruby Make . This is done in the current folder using the "rakefile" file to create the project.

So, you need a rake to be able to build using the bat file. If you use Windows, you can install Ruby using the Ruby installer for Windows , which includes rake.

+2
source

I already built it using VS, so the question is: "What tools do I need to build using the Build.bat file"

0
source

All Articles