Simple Makefile to download and install Bitwig Studio on any GNU/Linux distribution
Go to file
ed barz 8461e02676 Add 'README.md' 2020-05-03 11:42:46 +02:00
Makefile initial commit 2020-05-03 11:32:52 +02:00
README.md Add 'README.md' 2020-05-03 11:42:46 +02:00

README.md

Bitwig-Studio

This Makefile basically downloads the .deb from the Bitwig website, uncompress it and install bitwig-studio in the /opt/ dir.

The executable will be sym-linked to /usr/local/bin/bitwig-studio.

Note that if you use a Desktop Environment (ex. GNOME) you won't find the icon in your app list (if you are using a window manager, it shouldn't be a problem). This can be fixed by grabbing what's in the usr/share directory extracted from data.tar.xz.

Install

As simple as # make install.