Installing from RPMs -------------------- To install XLogical, you will need to have the following packages installed on your system. They can all be obtained from http://www.libsdl.org under the "Libraries" link. SDL_1.1.0 or better SDL_image-1.0 or better SDL_mixer-1.0 or better ( Note - SDL_mixer requires libsmpeg as well ) Grab the RPM for your OS and install it using rpm -i Installing from source ---------------------- In addition to the SDL, SDL_image, and SDL_mixer libraries as described above, you will need SDL-devel, SDL_image-devel, and SDL_mixer-devel and their dependencies installed in order to build XLogical from source. These may be obtained from http://www.libsdl.org Unpack the source tree. cd to the xl directory and run the following ./configure make - Make sure you're root for the following make install This will install into /usr/local/bin and /usr/local/lib by default. You can use configure to change the target if you desire. Upgrading from an earlier release ---------------------------------