-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instructions for building from git on Debian #123
Comments
Oh hello there Debian. This one is on me. The requirements are mostly documented in the README, although I see the most recent addition The most definitive list of dependencies is probably the Arch Linux package meta data. I will work on a Debian/Ubuntu packages that maps all the various requirements to Debian/Ubuntu packages. In the mean time I highly recommend running the Docker version where you get everything baked in to one container that you can execute directly without polluting your system with things installed outside of the system package manager. |
I haven't been able to poke at a Debian system yet to start listing dependencies, but I did remember the other really useful and basically definitive place to review them: the Dockerfile. Again the base image is Arch Linux, but since it is starting with a clean system and installing a known set of packages and ending up with a working Docker container the dependencies are a good model to interpret from. In fact my approach to Debian will probably be to find a Debian base image and setup a Dockerfile that uses it to build and run SILE. One the dependency package names are worked out there it should be easier to setup a |
I had some trouble when trying to build from git master branch.
Such as this error message:
It took me a while to figure out that it meant I needed to
apt install autoconf-archive
on my fairly new Debian 11 system.Maybe it could be helpful to mention that I also had to install these other Debian packages:
entr
epubcheck
When I saw
./configure
complaing about thegit-warp-time
not being available, I instinctively also looked for it on the apt package repos (withapt-cache search
but found nothing). Further googling got me to https://crates.io/crates/git-warp-time which then made it obvious to me that this was a rust package. As I am not yet super familiar with rust (even though I had it installed already because I built RuneBender earlier this month), I was not sure which comment to use. It may be useful to mention in the documentation this command:That installed almost rust 200 packages that seem to be needed! I saw that it includes the
got-time-warp
one. But after it installed everything successfully, I still get the same error message on./configure
:The text was updated successfully, but these errors were encountered: