Dependencies on Linux
=====================

To run SMW on Linux, you'll need to install the following packages:

- SDL
- SDL_image
- SDL_mixer

To do this, you can use your system's graphical package manager (Software Center,
Synaptic, ...), or the command line.

Command line
------------

Here are the instructions for some popular Linux distributions:

On Debian-based systems (like Ubuntu, Mint, ...), run the following command:

    sudo apt-get install libsdl1.2debian libsdl-image1.2 libsdl-mixer1.2

On systems using RPM (Fedora, Red Hat, ...):

    sudo yum install SDL SDL_image SDL_mixer

On Arch and derivatives (Manjaro, ...):

	sudo pacman -S sdl sdl_image sdl_mixer

