jarcode-foss / glava

GLava - OpenGL audio spectrum visualizer
GNU General Public License v3.0
1.17k stars 59 forks source link

Latest git build error #130

Closed vaskark closed 5 years ago

vaskark commented 5 years ago

I tried to build the latest git and received this error:

/bin/sh: 1: [[: not found
Makefile:35: *** recipe commences before first target.  Stop.

I'm on Ubuntu 19.04.

jarcode-foss commented 5 years ago

@vaskark fixed in referenced commit. Note that the Makefile is just a wrapper for meson to produce functionally equivalent builds to older GLava versions, so you can always use meson to configure & build the project.

I'm in the middle of some considerable feature additions so master will be moving fairly quickly, although it will remain stable.