Instructions
Open your favorite Web browser and navigate to Google Code to download Git for Windows.
Click the Git-1.7.9-preview20120201.exe link and save the file on your computer.
Double-click the Git-1.7.9-preview20120201.exe file and follow the instructions on your screen to install Git for Windows.
Navigate to SourceForge to download WinAVR.
Click WinAVR, then 20100110 and then WinAVR-20100110-install.exe. Save the file on your hard disk.
Double-click the WinAVR-20100110-install.exe file and follow the instructions on your screen to install WinAVR.
Click "Start," type "cmd" without quotes and press Enter to start the Command Prompt tool.
Type "cd ../.." without quotes in the Command Prompt and press Enter to switch to C.
Type "cd WinAVR-20100110" without quotes and press Enter to switch to the WinAVR folder.
Type "C:\Program Files\git\bin\sh.exe --login -i" without quotes and press Enter to start the Git bash.
Navigate to the PSGroove page on GitHub. Scroll down to the Cloning section.
Execute each of the four lines in the Command Prompt. For example, type "git clone git://github.com/psgroove/psgroove.git" without quotes and press "Enter" to execute the first line.
Type "exit" without quotes and press "Enter" to exit the Git bash.
Type "cd bin" without quotes in the Command Prompt and press "Enter" to switch to the bin folder.
Type "tclsh84.exe" without quotes and press "Enter." The command line changes to the % symbol.
Type "cd.." without quotes and press "Enter." Type "cd psgroove" and press "Enter" to switch to the PSGroove folder.
Type "make" without quotes and press "Enter" to compile PSGroove.