flamingos-cant to Microblog MemesEnglish • 11 months agoScript kiddiesukfli.ukimagemessage-square257fedilinkarrow-up11.16Karrow-down134
arrow-up11.13Karrow-down1imageScript kiddiesukfli.ukflamingos-cant to Microblog MemesEnglish • 11 months agomessage-square257fedilink
minus-square@[email protected]linkfedilinkEnglish5•11 months agoIt’s code, git clone then build. If there is a standard makefile it’s super easy. If it’s some modern age hispter trash build system you’re in for some pain.
minus-square@[email protected]linkfedilinkEnglish24•edit-211 months agoor download from the releases?
minus-square@[email protected]linkfedilinkEnglish7•11 months agoIt’s simply a Pyhton script, you can run it directly or build a Docker image. https://github.com/sherlock-project/sherlock
minus-squareflamingos-cantOPlinkfedilinkEnglish3•11 months agoMeson + ninja is pretty nice. Builds a lot faster than autotools as well.
minus-squareEcho DotlinkfedilinkEnglish2•11 months agoUnless the build step is going to do something super custom I shouldn’t be required to build it myself.
minus-squarefmstratlinkfedilinkEnglish3•11 months ago“Build a Docker image.” Not “build the application”. Or, you know, don’t use the free thing.
It’s code,
git clone
then build. If there is a standardmakefile
it’s super easy. If it’s some modern age hispter trash build system you’re in for some pain.or download from the releases?
deleted by creator
not all shithub users bother with that
It’s simply a Pyhton script, you can run it directly or build a Docker image.
https://github.com/sherlock-project/sherlock
Meson + ninja is pretty nice. Builds a lot faster than autotools as well.
deleted by creator
Unless the build step is going to do something super custom I shouldn’t be required to build it myself.
“Build a Docker image.” Not “build the application”.
Or, you know, don’t use the free thing.