
------------------
6PM Installation
------------------
 Needed libraries
- qt5
to intall it :
sudo apt-get install qt5-default

- asound-dev
to intall it :
sudo apt-get install libasound2-dev

- jack-dev
to intall it :
sudo apt-get install libjack-dev
or
sudo apt-get install libjack-jackd2-dev
according to which jack version is installed on your system.

g++ compiler may help :)
sudo apt-get install g++

------------------
Installation
------------------

chmod +x ./install.sh
./install.sh

This script compiles executable into build folder.
If successful it copies :
	- executable file 6pm into /usr/local/bin (root password needed)
	- Presets and Midimaps folders into ~/.6pm and /usr/local/share
	- user manual 6PM_DocEN.pdf into /usr/local/share/6pm/Doc

If everything works fine, type
6pm
to run software.
