make pp.md a bit more portable (to non RedHat *nix systems)#83
make pp.md a bit more portable (to non RedHat *nix systems)#83hoijui wants to merge 2 commits intoCDSoft:masterfrom
Conversation
|
I don't understand the actual need hidden behind this commit. The binary I deliver on cdsoft.fr is compiled on Fedora and their is no guarantee it will work on other systems. The documentation tells exactly on which platform this binary will work. For other platforms the only recommended way is to compile pp from the sources. |
|
true! (I changed the commit to use The need is only that, that it works on other peoples machines. ... which of couse I hope, does not happen. ;-) I have no interest to fork/take-over the project by any means! |
|
If I will update my web site and add more information about the platform used to compile these binaries. |
|
makes sense, thank you! :-) I think it would also be good to have a (Travis-)CI build of everything setup, or at least the set of required packages on debian based syustems or something like that. whaat od you think? I might get around somewhen to do that (not this week though). |
I am using a bash script here, thoug hit might make more sense to use Haskell for this, if it has a nice portable way to get this kind of info.
with this change,
make docseems to work fine on my systme too (it only fails because I don't have lua nor Rscript installed; if I remove tose two sections, it works)