Skip to content

Commit

Permalink
Add installation instructions for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Dec 10, 2011
1 parent 253154c commit bdeae83
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@ install anything itself. The project ships two implementations:
ufobuilder, being an extremely simple example implementation of Pies,
and Panda, being the actual module manager to use.

## Installation
## Installation on Linux/UNIX/OSX

To install Panda along with all its dependencies, simply run the script
bootstrap.sh in the root of the panda git repo. You must have a
*perl6* binary in your $PATH for bootstrap.sh to work correctly.

This works good in *NIX environment.
However, some problems exist with installation in Windows environment
at the moment.

git clone git://github.com/tadzik/panda.git

cd panda
Expand All @@ -29,6 +25,21 @@ at the moment.
Since the bootstrap step currently runs tests with prove, you will need a
recent TAP::Harness (3.x) for it to work properly.

## Installation on Windows

Panda currently depends on wget; you can obtain a Windows build of wget at:

http://gnuwin32.sourceforge.net/packages/wget.htm

Once you have obtained and installed it, and have wget in your path, you
may now do:

git clone git://github.com/tadzik/panda.git

cd panda

bootstrap

## Running Tests

One way to run the test suite is with prove from TAP::Harness
Expand Down

0 comments on commit bdeae83

Please sign in to comment.