imamLL is tested under Linux but the code is fully portable and only uses standard C library functions. You can use imamLL in two ways, one way is to include source files imamll.c and imamll.h directly into your project and the other way is to use as a library.
To use as a library under Linux first download the imamLL-1.0.tar.gz file and extract the archive.
Run build.sh by executing ./build.sh in the terminal. This will install libimamLL.so and imamll.h into the system directories. Now in your program just include imamll.h and to compile the source file under Linux just enter the following in the terminal:
gcc -Wall [source.c] -limamll
Enjoy!
Md Imam Hossain