this post was submitted on 20 Feb 2024
1130 points (97.2% liked)

Microblog Memes

6740 readers
2385 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
[–] [email protected] 5 points 1 year 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.

[–] [email protected] 24 points 1 year ago* (last edited 1 year ago) (2 children)

or download from the releases?

[–] [email protected] 7 points 1 year ago

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

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

[–] [email protected] 3 points 1 year ago (1 children)

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

[–] [email protected] 2 points 1 year ago (1 children)

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

[–] [email protected] 3 points 1 year ago

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

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