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-squareMr_Blott@lemmy.worldlinkfedilinkEnglisharrow-up77arrow-down7·9 months agoI’m from the 90s and early 2000s Windows days when most of my time was spent figuring things out and getting things to run STILL don’t understand what I’m supposed to do with the stuff on GitHub lmao 😂
minus-squareyouRFate@feddit.delinkfedilinkEnglisharrow-up59arrow-down2·9 months agoUsually just go to the “releases” section in the right, click the latest release, and download the built executable for your system from there.
minus-squareXEAL@lemm.eelinkfedilinkEnglisharrow-up23arrow-down1·9 months agoI don’t think this one has an executable, but it doesn’t require compilation either. And instructions are quite simple. https://github.com/sherlock-project/sherlock
minus-squareEvotech@lemmy.worldlinkfedilinkEnglisharrow-up10·edit-29 months agoNah it’s just a python script. Best you are going to get is a docker-compose.yml normally.
minus-squareKowowow@lemmy.calinkfedilinkEnglisharrow-up3·9 months agoAll I know about python is that blender uses it so maybe it can be placed in there
minus-squareXEAL@lemm.eelinkfedilinkEnglisharrow-up1·9 months agoThere’s actually a Dockerfile https://github.com/sherlock-project/sherlock/blob/master/Dockerfile
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.
minus-squareDmian@lemmy.worldlinkfedilinkEnglisharrow-up6arrow-down2·edit-29 months agodeleted by creator
minus-squaretopinambour_rex@lemmy.worldlinkfedilinkEnglisharrow-up12·9 months agoIn the 60s they was coding with holes, not words.
minus-squareDmian@lemmy.worldlinkfedilinkEnglisharrow-up2arrow-down1·edit-29 months agodeleted by creator
I’m from the 90s and early 2000s Windows days when most of my time was spent figuring things out and getting things to run
STILL don’t understand what I’m supposed to do with the stuff on GitHub lmao 😂
Usually just go to the “releases” section in the right, click the latest release, and download the built executable for your system from there.
I don’t think this one has an executable, but it doesn’t require compilation either. And instructions are quite simple.
https://github.com/sherlock-project/sherlock
Nah it’s just a python script.
Best you are going to get is a docker-compose.yml normally.
All I know about python is that blender uses it so maybe it can be placed in there
There’s actually a Dockerfile
https://github.com/sherlock-project/sherlock/blob/master/Dockerfile
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.
deleted by creator
In the 60s they was coding with holes, not words.
deleted by creator