Changes between Version 5 and Version 6 of Platforms/Windows
- Timestamp:
- 12/22/10 23:42:45 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Platforms/Windows
v5 v6 9 9 ==== What to download and install ==== 10 10 * [http://strawberryperl.com Strawberry Perl] 11 * [http://subversion.tigris.org/project_packages.html Subversion] 12 * Scroll down to Windows section, and get the command-line binaries (probably easiest to grab the "Friendly Installer Program" versions) 11 * [http://code.google.com/p/msysgit/downloads/list Git] 13 12 * [http://www.microsoft.com/express/download/ Microsoft Visual Studio 2008 Express Edition for C++] 14 13 * [http://www.microsoft.com/express/Downloads/#2010-Visual-CPP Microsoft Visual C++ 2010 Express] … … 23 22 Open up the Visual Studio 2008 Command Prompt, go to the directory where you would like to check Parrot out and then enter the command: 24 23 {{{ 25 svn co https://svn.perl.org/parrot/trunkparrot_msvc24 git clone https://github.com/parrot/parrot.git parrot_msvc 26 25 }}} 27 26