node-sdlmixer
node-sdlmixer copied to clipboard
Possibility for one line installer?
Do you think it's possible to bundle together the sdl dependencies so the package could be installed via one line instead of requiring additional installation steps using brew or apt-get ?
See http://groups.google.com/group/nodejs/msg/55649bf0499a4159 for my feedback on this.
trying to sum up all needed information together here.
Mac
It seems you don't need sudo with brew, the packages are called 'sdl' and 'sdl_mixer' (from https://github.com/mxcl/homebrew/wiki/Installation), the packages provide both library and development (header) files.
Linux
we need the -dev/-devel packages for the header files.
debian/ubuntu
needs sudo to install, package names are 'libsdl1.2-dev' and 'libsdlmixer1.2-dev'
redhat/suse
needs sudo to install, package names seem to be 'SDL-devel' and 'SDL_mixer-devel'