Compiling ConvertLit on Ubuntu Linux 9.10
So, ConvertLit seems to be a good solution for those looking to convert LIT ebooks into EPUB (well, into HTML, but then into EPUB…). Unfortunately, the developers seem to be unable to properly make a good source tarball for version 1.8. Here’s what I did:
- Download Version 1.8 source from here.
unzip clit18src.zip -d convertlitsudo apt-get install libtommath-dev- Download this to the convertlit directory.
patch -p1 -i clit18.source.patch- You should see the clit18/Makefile was patched
cd lib && make && cd ../clit18 && make- the clit binary should be available in the clit18 directory
sudo cp clit18/clit /usr/local/bin/- Use it!
Now I just have to figure out how to convert it to epub.

Thanks for the patch!