You are here: MassTransit » Development »

Building From Source

Building From Source

The source for MassTransit is stored on GitHub. From GitHub there are multiple ways to obtain the latest version:

  • Download the repository using Git via the read-only url: http://github.com/phatboyg/MassTransit.git
  • Fork the repository to your own account on GitHub and clone it to your local machine
  • Download a zip/tar of the source using the GitHub web interface
  • Use a subversion client to download the source of the project from GitHub

Once the source has been downloaded, the binaries can be built by executing:

build.bat

This will create the SolutionVersion.cs file and then execute the project builds. If you are not using a clone of a Git repository, this step currently fails since it cannot find the tag information in the repository. We are working on a resolution to this limitation and will hopefully have it resolved soon.