Hacker News new | ask | show | jobs
by runjake 1734 days ago
Yeah, it's a bummer.

But at least its a short install list [1] and its probably not too difficult to install the deps on your distro of choice and fire it up.

1. Deps:

  g++
  libfreetype6-dev
  libx11-dev
  libxinerama-dev
  libxrandr-dev
  libxcursor-dev
  mesa-common-dev
  libasound2-dev
  freeglut3-dev
  libxcomposite-dev
  libcurl4
  libusb-1.0-0-dev
  libgtk-3-dev
  python3-dev
  libcurl4-openssl-dev
  libwebkit2gtk-4.0-dev
  libjack-dev
2 comments

I'm running Debian 11 and it still doesn't run.

Thought I'd try build it and...

> Use the "Projucer" from https://juce.com/ to generate solutions/project files/makefiles for building on your platform. [0]

eh?

https://juce.com/get-juce

Is this really a FOSS project?

[0] https://github.com/awwbees/BespokeSynth

Projucer is GPL3, as is this project. I think it just needs a little better build instructions...
I am running Ubuntu 18.04 and after having run the script, installing Python3.8 and running ldconfig, it still complains that 'libpython3.8.so.1.0' cannot be found.