this post was submitted on 02 Oct 2023
410 points (94.0% liked)

linuxmemes

20731 readers
1464 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

you are viewing a single comment's thread
view the rest of the comments
[โ€“] someacnt@sopuli.xyz 2 points 11 months ago (1 children)

How do you use appimage for binaries built from source?

Premade AppImage or self-contained binary, I'll usually drop it into ~/.local/bin.

Something I have to compile, I'll usually do in a dockerfile tracked in my dotfiles repo.

Only thing I've compiled from source on my host in the last year is https://github.com/werman/noise-suppression-for-voice.

Could just be my use cases now compared to 10 years ago, but I've just found I'm rarely compiling these days on the host system. At least the configure-make-install or ninja variety. I'm sure I install a package here or there that does it in the background. Numpy comes to mind or an AUR package with Arch.