I used the diablorl package (diablorl-linux-x64-050.tar.gz) from the website. I built stormlib from sources using the (inofficial) archlinux provided "script" which I linked to, called PKGBUILD.
The forum didn't let me attach the resulting 'libstorm.so', so I uploaded it at
http://www1.datafilehost.com/d/2b427487.
On the technical side I would expect that you can bundle it. The PKGBUILD lists bzip2 and zlib as dependencies. So it might link to those libraries. I don't know enough about the cmake system to give you a definitive answer on possible dependencies. There might be licencing issues as well.
Archlinux installed libstorm.so in /usr/lib. But it also works for me if I put "libstorm.so" in the diablorl directory and set the "LD_LIBRARY_PATH" accordingly. (i.e. "export LD_LIBRARY_PATH="./" && ./rl")
Instructions if you want to build libstorm.so for yourself (without archlinux build system):
- download and unzip stormlib.zip.
- cd into "StormLib".
- "cmake -DCMAKE_BUILD_TYPE=Release"
- "make".
This is basically the same that the PKGBUILD does. If it doesn't work, check whether bzip2 and zlib are installed. I am willing to provide help if it still doesn't work.