1

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?

0

2 Answers 2

2

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.

Sign up to request clarification or add additional context in comments.

Comments

0

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.