Quote:
Originally Posted by willus
The archive you linked to does not contain all of the source code for all of the libraries that it needs to create the final binary (except for k2pdfopt and willus--it has the source code for those). You have to build all of those libraries separately and then link to them (e.g. gocr, tesseract, leptonica, djvu, mupdf, etc.).
What version of Linux are you running? Do the i386 linux binaries not work for you?
|
Thanks for the response. The binaries work fine for me, I'm trying to compile the sources because I had the idea to use emscripten to create a javascript version of k2pdfopt. I'm first trying to compile using gcc before moving to emscripten. I don't even know if it will be possible or if I will be able to do that but looks like something worth trying.
I will try again soon and post the results here.