zynaddsubfx / zyn-fusion-build

Build Scripts For Zyn-Fusion
Do What The F*ck You Want To Public License
122 stars 39 forks source link

Add support for Void Linux #120

Closed ivelieu closed 1 month ago

ivelieu commented 1 month ago

I started with the dnf list and chnged the ones that didn't work.

these ones were ok: git ruby ruby-devel bison autoconf automake libtool cmake wget pkgconf gcc fftw-devel mxml-devel liblo-devel zlib-devel libX11-devel libuv-devel

these ones I changed: rubygem-rake -> provided by ruby-devel premake -> premake4 g++ -> provided by gcc mesa-libGL-devel -> MesaLib-devel mesa-libGLU-devel -> glu-devel

combined list for void linux: git ruby ruby-devel bison autoconf automake libtool cmake wget pkgconf gcc fftw-devel mxml-devel liblo-devel zlib-devel libX11-devel libuv-devel premake4 MesaLib-devel glu-devel

I was able to build the all target after this.

fundamental commented 1 month ago

Thanks for the contrib.

Merged :+1: