-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
make? #3
Comments
I certainly need to write documentation for this. To compile it, run:
|
what is 'alocal' ? on mac on linux all instruction working ... and ? I would like to create document from C (similar sile but from C, now with all features) |
As best I can make out the current from-scratch way to build this independently looks like this (or will when #13 is merged): autoreconf --install
./configure
make
Eventually this probably needs to get updated so that releases with |
Also people should know that if you're compiling sile, this gets pulled down as a submodule and compiled as part of that process. (I misunderstood that so I spent some time making a separate .deb out of libtexpdf at first, and I bungled the linking so that didn't even work. I ended up just removing it and relying on the recursive pull in the sile repo.) |
@snan Right, packaging this separately from SILE is not easy. It can be done, but right now we kind of just assume it is bundled as part of the SILE build. By the way I'm curious what you were building |
I was only making .debs for my own use with FPM 💁🏻♀️ I wanted to make three debs, one for libtexpdf, one for the luarocks that aren't already in Debian, and one for Sile itself. I bungled the first two! Libtexpdf I must've borked some linking, and luarocks ended up hardcoding paths into the temporarily tree I built them in at first. I ended up luarocksing straight onto /usr/local after all 💔 which is what I wanted to avoid doing in the first place. I did at least manage to trim the rockspec file to only the ones that weren't already available in Debian so I could --only-deps the missing ones. (Also it got compiled with lua5.1 even though I also have 5.4 installed because I couldn't figure that part out either. I ain't the sharpest tool in the proverbial when it comes to computer stuff... but I'm really digging sile, what an amazing typesetting program!) |
Very interesting project, but what compiling it? Is possible to create README or other way?
The text was updated successfully, but these errors were encountered: