Main > Linux
LEDSpicer - Arcade LED Control and Animation software for linux
meduza:
Sorry long time I not posting here:
New version of LEDSpicer 0.39.0, it include several new features, check the FB for more information
I also created some DEB files for PC and Raspbian for easy install (they need testing and feedback)
here a demo of the new sound plugin (Waves)
Substring:
Hi,
I'll make a arch linux package for groovyarcade in the coming days :)
meduza:
--- Quote from: Substring on February 06, 2020, 05:24:12 am ---Hi,
I'll make a arch linux package for groovyarcade in the coming days :)
--- End quote ---
Cool, let me know if you need any help :)
I'm working on supporting the Howler Controller right now :) I know is not in the stores anymore but may help several users.
Substring:
Besides some Arch specific problems, one bugs me for now https://github.com/meduzapat/LEDSpicer/blob/development/configure.ac#L135
I had to change [libusb-1.0 >= 1.0.~] to [libusb-1.0 >= 1.0] otherwise libusb 1.0.23 was considered missing by the system. I'm absolutely no autoconf pro, but this helped me pass the libusb check. I'll give some more news later :)
The main problem is that I don't have any led board, but got someone who can test that for me eventually
meduza:
--- Quote from: Substring on February 06, 2020, 06:05:32 pm ---Besides some Arch specific problems, one bugs me for now https://github.com/meduzapat/LEDSpicer/blob/development/configure.ac#L135
I had to change [libusb-1.0 >= 1.0.~] to [libusb-1.0 >= 1.0] otherwise libusb 1.0.23 was considered missing by the system. I'm absolutely no autoconf pro, but this helped me pass the libusb check. I'll give some more news later :)
The main problem is that I don't have any led board, but got someone who can test that for me eventually
--- End quote ---
I will update the configure.ac change, makes sense.
You can use DRY RUN to run the program with any controller adding
--- Code: ---CPPFLAGS='-DDRY_RUN=1'
--- End code ---
to the configure command line.
That will make the program avoids opening the USB device and instead send the output data to the terminal, that way you will be able to see that is working.
ex:
--- Code: ---./configure --prefix=/usr --sysconfdir=/etc CXXFLAGS='-g3 -O0' CPPFLAGS='-DDRY_RUN=1' --enable-develop --enable-pacdrive
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version