# Note: depends on perl # Note: depends on Alien-GSL-perl # Note: depends on File_Which_perl # Note: depends on SDL wget -c http://www.cpan.org/authors/id/F/FR/FROGGS/Alien-SDL-1.446.tar.gz tar -xzf Alien-SDL-1.446.tar.gz cd Alien-SDL-1.446 # Build.PL asks whether to use the SDL we have or to build a new one, 1 chooses to use the one we have already echo 1 | perl Build.PL perl Build perl Build install # as root