MIME-Version: 1.0 Received: by 10.25.217.77 with HTTP; Sun, 8 Jan 2017 11:44:41 -0800 (PST) Date: Sun, 8 Jan 2017 20:44:41 +0100 Delivered-To: XXXX Subject: Experimental Linux support From: Janus Lynggaard Thorborg To: signalizerml@jthorborg.com

Hello everyone,

I'm slowly getting more and more time to continue the Signalizer project. Work on the 0.2.10 version is ongoing, with the Oscilloscope (probably) being the major addition to this version.

Meanwhile, I've added Linux support in the codebase, created build-files and projects readily available on the branch "linux-support". The support is to be considered very experimental, so currently I'm looking for people to test out binaries and/or compiling the project on different distros. Hopefully I can get an overview of problems and dependencies etc. so (some) Linux distros will be supported on par with Windows and OS X.

The only supported format is currently VST 2.4, I'd be interested in hearing if something else is very common. It's only tested on Ubuntu 16.04, where the binaries are built as well (which will probably result in it being non-usable a lot of places).

I would also be interested in hearing what people use for DAWs / hosts on linux distros.

----

To compile the project , follow the "signalizer/Compiling instructions.txt" as well as & quot;signalizer/Make/LinuxInstructions.txt". The project only builds through Code::Blocks currently, so that will be needed along with these packages:

sudo apt-get -y install libfreetype6-dev
sudo apt-get -y install libx11-dev
sudo apt-get -y in stall libxinerama-dev
sudo apt-get -y install libcurl4-gnutls-dev
sudo apt-get -y install libasound2-dev
sudo apt-get -y install libxrandr-dev
sudo apt-get -y install libxcursor-dev
sudo apt-get -y install freeglut3-dev

Also, only x64 is tested however x86 should work. No targets exists for those, though. Direct link to the binary release for linux:
Signalizer_Experimental_Linux_VST_0.2.10.zip
Edit: 0.2.10 is an old version, follow next link
Can also be found here, together with other releases:
https://bitbucket.org/Mayae/signalizer/downloads

Happy new year - best regards, Janus/Mayae