Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore committed Aug 10, 2009
1 parent 841f9cc commit 1e93f80
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README
@@ -1,6 +1,6 @@
README for SDL_Perl-2.2.0
README for SDL_Perl-2.2.1

What's New in 2.2.0:
What's New in 2.2.1:

SDL_Perl-2.2.0 adds support for a few new modules, fixes a few more
bugs, and improves the error handling of the object layer. Additional
Expand Down Expand Up @@ -36,8 +36,17 @@ Installation:
./Build test
./Build install

Installation with Windows + MinGW:

set SDL_INST_DIR=Absolute/Path/to/SDLdir
perl Build.PL
./Build
./Build test
./Build install


The build process will use the new Module::Build facility
to autodetect and build SDL Perl for your platform. If
to auto detect and build SDL Perl for your platform. If
the build fails please forward bugs to sdl-devel@perl.org.

Documentation:
Expand Down

0 comments on commit 1e93f80

Please sign in to comment.