Audio4Linux / JDSP4Linux

An audio effect processor for PipeWire and PulseAudio clients
GNU General Public License v3.0
945 stars 35 forks source link

Binary release for Ach ? Or an Appimage release ? #130

Closed medmedin2014 closed 1 year ago

medmedin2014 commented 1 year ago

The installation process is really long, I waited more than 25min and the compiling is not finished yet, is there any binary or Appimage release ready to install ?

Screenshot_20230623_122608

timschneeb commented 1 year ago

Run export MAKEFLAGS='-j8' before installation to enable multi-threaded compilation with 8 threads. It will significantly speed up the compilation (if your CPU can handle that).

Otherwise, I just released a precompiled flatpak package for the Pipewire version, however, I just released it a few days ago and it isn't well-tested yet: https://flathub.org/apps/me.timschneeberger.jdsp4linux

medmedin2014 commented 1 year ago

@ThePBone Thanks, I hate Flatpak, I will instead search how to convert .deb files to Appimage.

medmedin2014 commented 1 year ago

@ThePBone Is there any official instructions on how to build an appimage for this app ?

timschneeb commented 1 year ago

I don't know how to package AppImages and can't provide support for any additional installation methods. AppImage has resources about converting existing binary packages though: https://docs.appimage.org/packaging-guide/converting-binary-packages/index.html Also, for Arch Linux, Chaotic-AUR contains (unofficial) precompiled packages of the AUR packages.