Readers library is libreaders.a or something else?

Hi all,
I tried compiling the Readers library and this is what I got :-

~/games/easyrpg/Readers$ cmake /home/shirish/games/easyrpg/Readers/builds/cmake
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- iconv.h found: /usr/include
-- Boost version: 1.49.0
-- Configuring done
-- Generating done
-- Build files have been written to: /home/shirish/games/easyrpg/Readers

~/games/easyrpg/Readers$ make
[ 99%] Built target EasyRPG_Reader
[100%] Built target test_time_stamp

So this means the readers library is built and is somewhere.

Then going to build directory and got this :-

~/games/easyrpg/Readers/build/lib$ ls
libreaders.a

The library is pretty big :-

~/games/easyrpg/Readers/build/lib$ ll -h libreaders.a 
-rw-r--r-- 1 shirish shirish 55M 2013-02-04 03:41 libreaders.a

Guessing this is the library that is needed by the player, any comments anybody ?

Yes that gigantic blob consisting of lots of dark c++ template magic is the readers library :wink: