Getroundhouse - chucknorris/roundhouse GitHub Wiki
Get RoundhousE
Please note that the downloadable version is considered official release and as such is behind gems and chocolatey (and nuget).
Downloads
You can download RoundhousE from http://code.google.com/p/roundhouse/downloads/list NOTE:This is still considered the official release point.
You can also obtain a copy from the build server at http://teamcity.codebetter.com.
Gems
If you have Ruby 1.8.6+ (and Gems 1.3.7+) installed, you can get the current release of RoundhousE to your machine quickly!
- Type
gem install roundhouse
- Then from anywhere you can type
rh [options]
NuGet
With NuGet you can get the current release of RoundhousE to your application quickly!
- In Visual Studio Package Manager Console type
install-package roundhouse
- There is also
roundhouse.lib
,roundhouse.msbuild
, androundhouse.refreshdatabase.fnh
Chocolatey
Chocolatey like apt-get, but for Windows! This is an alternative method to get the current release of RoundhousE to your machine quickly!
- Type
cinst roundhouse
- Then from anywhere you can type
rh [options]
Source
This is the best way to get to the bleeding edge of what we are doing.
- Clone the source down to your machine.
git clone git://github.com/chucknorris/roundhouse.git
- Type
cd roundhouse
- Type
git config core.autocrlf false
to leave line endings as they are. - Type
git status
. You should not see any files to change. - Run
build.bat
. NOTE: You must have git on the path (open a regular command line and type git).