Open meedstrom opened 4 months ago
I see gendesk exists in the makedeb package repo so we could possibly just submit a PKGBUILD for blog2epub to that repo.
Thanks for pointing this out. The problem is, that I've never delivered and fully tested building linux package. Linux screenshots are made by running app from sources.
I will keep this thread/issue to not forget about it. And will try to make some updates in following days - I was working on some changes in UI, and perhaps I will add also some linux package (I like more arch package system, but debian ofc are more popular) or packages.
I will ping you here if I will push any changes regarding this topic.
The tool
build_linux.sh
is really Arch-specific since it requires these packages (notably, gendesk seems unique to Arch). Maybe put that in the README somewhere?A separate issue from the above: the provided run-from-source steps (with
python -m venv venv
) will not work on Debian. Debian users need to install these packages first:Bonus: I started writing a tentative Dockerfile to try to run
build_linux.sh
on my Debian system (in an Arch container), but it runs into an error at the python -m venv venv step:Alas, the error was not so informative: