this post was submitted on 20 Feb 2024
1034 points (97.0% liked)

Microblog Memes

8909 readers
1231 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] AMDIsOurLord@lemmy.ml 3 points 2 years ago (4 children)

It'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.

[–] Vilian@lemmy.ca 25 points 2 years ago* (last edited 2 years ago) (1 children)

or download from the releases?

[–] Dmian@lemmy.world 14 points 2 years ago* (last edited 2 years ago)

This is the answer for non-developer people (most people out there, actually).

[–] XEAL@lemm.ee 7 points 2 years ago

It's simply a Pyhton script, you can run it directly or build a Docker image.

https://github.com/sherlock-project/sherlock

[–] flamingos@ukfli.uk 3 points 2 years ago (1 children)

Meson + ninja is pretty nice. Builds a lot faster than autotools as well.

[–] Dmian@lemmy.world 17 points 2 years ago* (last edited 2 years ago)

You know, with so many frameworks with the weirdest names, I honestly don't know if people are just joking or not...
"Yeah! just use turtle and chubby" "Oh! I prefer tuktuk and lollipop"
Funny bit: I totally made those up, then went to GitHub, and found out there are real projects called like that. Lol!

[–] echodot@feddit.uk 0 points 2 years ago (1 children)

Unless the build step is going to do something super custom I shouldn't be required to build it myself.

[–] fmstrat@lemmy.nowsci.com 3 points 2 years ago

"Build a Docker image." Not "build the application".

Or, you know, don't use the free thing.