I wanted to compile it to give it a try - on Ubuntu. But there is no compilation instructions and I was quickly stuck with the following error message:
g++ -m64 -o Zimpedia http_parser.o qhttpconnection.o qhttprequest.o qhttpresponse.o qhttpserver.o article.o articlesearch.o articlesource.o bunzip2stream.o bzip2.o bzip2stream.o cluster.o deflatestream.o dirent.o envvalue.o file.o fileheader.o fileimpl.o fstream.o indexarticle.o inflatestream.o lzmastream.o md5stream.o ptrstream.o search.o tee.o template.o unicode.o unlzmastream.o uuid.o zimcreator.o zintstream.o md5.o moc_qhttpconnection.o moc_qhttprequest.o moc_qhttpresponse.o moc_qhttpserver.o -L/usr/X11R6/lib64 -lbbplatform -lbbsystem -lbbdevice -lz -llzma -lbz2 -lQt5Gui -lQt5Network -lQt5Core -lGL -lpthread
Makefile:292: recipe for target 'Zimpedia' failed
/usr/bin/ld: cannot find -lbbplatform
/usr/bin/ld: cannot find -lbbsystem
/usr/bin/ld: cannot find -lbbdevice
collect2: error: ld returned 1 exit status
make: *** [Zimpedia] Error 1
I wanted to compile it to give it a try - on Ubuntu. But there is no compilation instructions and I was quickly stuck with the following error message:
g++ -m64 -o Zimpedia http_parser.o qhttpconnection.o qhttprequest.o qhttpresponse.o qhttpserver.o article.o articlesearch.o articlesource.o bunzip2stream.o bzip2.o bzip2stream.o cluster.o deflatestream.o dirent.o envvalue.o file.o fileheader.o fileimpl.o fstream.o indexarticle.o inflatestream.o lzmastream.o md5stream.o ptrstream.o search.o tee.o template.o unicode.o unlzmastream.o uuid.o zimcreator.o zintstream.o md5.o moc_qhttpconnection.o moc_qhttprequest.o moc_qhttpresponse.o moc_qhttpserver.o -L/usr/X11R6/lib64 -lbbplatform -lbbsystem -lbbdevice -lz -llzma -lbz2 -lQt5Gui -lQt5Network -lQt5Core -lGL -lpthread
Makefile:292: recipe for target 'Zimpedia' failed
/usr/bin/ld: cannot find -lbbplatform
/usr/bin/ld: cannot find -lbbsystem
/usr/bin/ld: cannot find -lbbdevice
collect2: error: ld returned 1 exit status
make: *** [Zimpedia] Error 1