flamingos-cant@ukfli.uk to Microblog Memes@lemmy.worldEnglish · 9 months agoScript kiddiesukfli.ukimagemessage-square256fedilinkarrow-up11.16Karrow-down133
arrow-up11.13Karrow-down1imageScript kiddiesukfli.ukflamingos-cant@ukfli.uk to Microblog Memes@lemmy.worldEnglish · 9 months agomessage-square256fedilink
minus-squareAMDIsOurLord@lemmy.mllinkfedilinkEnglisharrow-up17arrow-down12·9 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-squareVilian@lemmy.calinkfedilinkEnglisharrow-up26arrow-down2·edit-29 months agoor download from the releases?
minus-squaremods_are_assholes@lemmy.worldlinkfedilinkEnglisharrow-up2arrow-down13·9 months agonot all shithub users bother with that
minus-squareXEAL@lemm.eelinkfedilinkEnglisharrow-up8arrow-down1·9 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-cant@ukfli.ukOPlinkfedilinkEnglisharrow-up4arrow-down1·9 months agoMeson + ninja is pretty nice. Builds a lot faster than autotools as well.
minus-squareEcho Dot@feddit.uklinkfedilinkEnglisharrow-up6arrow-down4·9 months agoUnless the build step is going to do something super custom I shouldn’t be required to build it myself.
minus-squarefmstrat@lemmy.nowsci.comlinkfedilinkEnglisharrow-up4arrow-down1·9 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.