View Single Post
Old 02-12-2020, 11:48 AM   #1738
vds
Junior Member
vds began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2020
Device: none
Quote:
Originally Posted by willus View Post
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.
vds is offline   Reply With Quote