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 convertlit sudo 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 [...]