Hi, I am trying to run this on Linux (Debian 11).
First of all, I found another missing prerequisite: libfftw3-dev
Maybe better to list it (and the others) in this format, in the README:
sudo apt-get install mesa-utils freeglut3-dev libglew-dev libzmq3-dev libjsoncpp-dev libfftw3-dev
After install the unlisted - and listed (above) - packages, I try to run ./livegl but recieve the following error:
$ pacmd set-source-mute alsa_output.pci-0000_00_1f.3.hdmi-stereo.monitor 0
$ ./livegl
OpenGL version = 4.6 (Compatibility Profile) Mesa 20.3.5
GL Shading Language version = 4.60
connecting to device
device: alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
format: 3
rate: 44100
channels 1
failed creating pulseaudio stream
terminate called after throwing an instance of 'char*'
Aborted
Hope to try out live shader coding (with Vim) soon..!
Hi, I am trying to run this on Linux (Debian 11).
First of all, I found another missing prerequisite:
libfftw3-devMaybe better to list it (and the others) in this format, in the README:
After install the unlisted - and listed (above) - packages, I try to run
./liveglbut recieve the following error:Hope to try out live shader coding (with Vim) soon..!