coolreader
coolreader copied to clipboard
Allow build under Linux
More of a feature request issue. How do I build this for Linux?
Same way you build it for any platform? https://github.com/buggins/coolreader#packaging is specifically about Linux DEB packages, and https://github.com/buggins/coolreader#cmake-build-instructions is just generic.
An appimage release would be really helpful: https://appimage.github.io/apps/
An appimage release would be really helpful
I am working on it, but it is currently being blocked by https://github.com/buggins/coolreader/issues/94.
To build against qt5
mkdir coolreader/build
cd coolreader/build
cmake -DGUI=QT5 -DCMAKE_BUILD_TYPE=Release -DMAX_IMAGE_SCALE_MUT=2 -DDOC_DATA_COMPRESSION_LEVEL=3 -DDOC_BUFFER_SIZE=0x1400000 -DCMAKE_INSTALL_PREFIX=/usr/local ..
make
resulting binary is in cr3qt/cr3
I have sent a pull request that would produce an AppImage, but https://github.com/buggins/coolreader/pull/95#issuecomment-494528887 would need to be fixed for it to work.