node-sdlmixer icon indicating copy to clipboard operation
node-sdlmixer copied to clipboard

Possibility for one line installer?

Open Marak opened this issue 14 years ago • 2 comments

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 ?

Marak avatar May 14 '11 02:05 Marak

See http://groups.google.com/group/nodejs/msg/55649bf0499a4159 for my feedback on this.

japj avatar May 14 '11 07:05 japj

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'

japj avatar May 22 '11 17:05 japj