It depends on what exactly is missing. The SDL libraries are installed to /usr/lib and that should be in your library path. Maybe you need the corresponding devel package (SDL-devel or SDL2-devel)? Or maybe even the 32bit versions? It could also be possible that the software looks for the libraries or header-files in a wrong directory. In that case you would probably need to modify the build process and/or the source code.