From: Kartik Thakore Date: Mon, 10 Aug 2009 19:13:38 +0000 (-0400) Subject: Merge branch 'v2.2.1' of github.com:kthakore/SDL_perl into v2.2.1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab5f4708d4a0a92a4fb0b9733cadbde6dff8a9e1;p=sdlgit%2FSDL_perl.git Merge branch 'v2.2.1' of github.com:kthakore/SDL_perl into v2.2.1 --- ab5f4708d4a0a92a4fb0b9733cadbde6dff8a9e1 diff --cc README index f839889,9bfe3d3..ea365b5 --- a/README +++ b/README @@@ -34,20 -34,21 +34,29 @@@ Installation perl Build.PL ./Build ./Build test + ./Build bundle # MacOS X only! ./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. +For MacOS X users there is a new experimental bundle, +that is called SDLPerl.app. You can use this bundle +to run perl scripts with a .spl extension, you know, +SDL Perl files. We will work on brining this style +launcher and an integrated development environment to +all platforms shortly. + Documentation: Each module now includes its own documentation, and