A graphic user interface program to work with abc notation.
The program depend of
* abcm2ps, to convert an abc file to svg file.
* inkscape, to convert an svg file to png file.
* abcmidi, to convert an abc file to midi file.
* totem, to play an midi file.
List of commands to install in /home/username
from /source_path
cd /source_path
qmake PREFIX=/home/username
make
make install
List of commands to install in /home/username/usr
from /source_path
,
but that qmake think that will be installed in /usr
cd /source_path
qmake PREFIX=/usr
make
make INSTALL_ROOT=/home/fernando install
List of commands
cd deb
./makedeb.sh
With the last code was generated a deb file, if the name of this file is abc-gui-editor_0.0.2_amd64.deb, then to install use the next command.
sudo dpkg -i abc-gui-editor_0.0.2_amd64.deb