You're viewing a single thread.
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 😂
77 7 ReplyUsually just go to the “releases” section in the right, click the latest release, and download the built executable for your system from there.
59 2 ReplyI don't think this one has an executable, but it doesn't require compilation either. And instructions are quite simple.
23 1 ReplyNah it's just a python script.
Best you are going to get is a docker-compose.yml normally.
10 0 ReplyAll I know about python is that blender uses it so maybe it can be placed in there
3 0 ReplyThere's actually a Dockerfile
https://github.com/sherlock-project/sherlock/blob/master/Dockerfile
1 0 Reply
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.17 12 Replyor download from the releases?
26 2 Replynot all shithub users bother with that
2 13 Reply
It's simply a Pyhton script, you can run it directly or build a Docker image.
8 1 ReplyMeson + ninja is pretty nice. Builds a lot faster than autotools as well.
4 1 ReplyUnless the build step is going to do something super custom I shouldn't be required to build it myself.
6 4 Reply"Build a Docker image." Not "build the application".
Or, you know, don't use the free thing.
4 1 Reply