Skip to content

Commit

Permalink
Fix formatting/links in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jestarjokin committed Jun 16, 2013
1 parent c22d509 commit f24da13
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Expand Up @@ -6,32 +6,33 @@ RobinPacker is based on work by the ScummVM team to re-implement the Robin Hood

# Where to get it

RobinPacker lives at this address:
[http://www.jestarjokin.net/apps/robinpacker]
RobinPacker lives at this address:
[http://www.jestarjokin.net/apps/robinpacker](http://www.jestarjokin.net/apps/robinpacker)

There is a live source code repository and issue tracker available on GitHub:
[http://www.github.com/jestarjokin/robinpacker]
There is a live source code repository and issue tracker available on GitHub:
[http://www.github.com/jestarjokin/robinpacker](http://www.github.com/jestarjokin/robinpacker)

# Installation

## From Windows Binaries

* Make sure you have the Microsoft Visual C++ 2008 Runtime installed (and make sure it's not SP1!). If not, download
and run the installer from Microsoft:
* [https://www.microsoft.com/en-us/download/confirmation.aspx?id=29]
* [https://www.microsoft.com/en-us/download/confirmation.aspx?id=29](https://www.microsoft.com/en-us/download/confirmation.aspx?id=29)
* Download the latest version of RobinPacker from here:
* [http://www.jestarjokin.net/apps/robinpacker/bin]
* [http://www.jestarjokin.net/apps/robinpacker/bin](http://www.jestarjokin.net/apps/robinpacker/bin)
* Extract the files to a directory somewhere
* Run "robinpacker.exe"

## From Source Code

* Install Python 2.7. Other versions of Python are not supported!
* Install the following Python packages (I suggest using PIP to do so):
* PyParsing >= 1.5.6
* PIL (Python Imaging Library) >= 1.1.6. Pillow should also work.
* [PyParsing](http://pyparsing.wikispaces.com/) >= 1.5.6
* [PIL (Python Imaging Library)](http://www.pythonware.com/products/pil/) >= 1.1.6.
[Pillow](https://pypi.python.org/pypi/Pillow/2.0.0) should also work.
* Download the latest version of RobinPacker from here:
* [http://www.jestarjokin.net/apps/robinpacker/src]
* [http://www.jestarjokin.net/apps/robinpacker/src](http://www.jestarjokin.net/apps/robinpacker/src)
* Extract the files to a directory somewhere
* Run "robinpacker.py" from the command line (see the "Usage" section for more info)

Expand Down Expand Up @@ -115,8 +116,7 @@ This is similar to comments used in the Python programming language.

# Support

RobinPacker is available from:

RobinPacker is available from:
[https://github.com/jestarjokin/RobinPacker/](https://github.com/jestarjokin/RobinPacker/)

Issues/bugs/feature requests can be lodged there.
Expand Down

0 comments on commit f24da13

Please sign in to comment.