Skip to content

mdsmus/humdrum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install humdrum you need to have a compiler and the alsa
development libraries installed. The following command should work on
ubuntu and debian:

  sudo apt-get install gcc g++ libasound2 libasound2-dev gawk

Download the humdrum distribution go to the following page on the github repository:

  http://github.com/genos/humdrum/

and clique on the "download" button.

Uncompact the .tar.gz file and inside the humdrum directory type the
following commands:

  make
  sudo make install

then, put the following lines in your ~/.bashrc

export PATH="/usr/local/humdrum/bin:$PATH"
export AWK_VER=gawk
export HUMDRUM=/usr/local/humdrum/
export TMPDIR=/tmp
export CON=/dev/tty

About

The Humdrum Toolkit provides a set of free software tools intended to assist in music research

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.4%
  • C 17.6%
  • Awk 16.9%
  • Shell 5.2%
  • Objective-C 0.6%
  • Perl 0.5%
  • Other 0.8%