Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/automata/midivent into au…
Browse files Browse the repository at this point in the history
…tomata-master
  • Loading branch information
hanshuebner committed Apr 13, 2011
2 parents a29a734 + dd3fbe2 commit 0fe05de
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,25 @@ jsm README

Copy pmutil.h from hand to install directory
$ sudo cp pm_common/pmutil /usr/local/include


1.1) Build steps under Ubuntu GNU/Linux
--------------------------------

- install node and node-waf

- install boost
$ sudo aptitude install libboost-all-dev

- install portmidi
$ sudo aptitude install cmake-curses-gui
$ mkdir portmedia
$ cd portmedia
$ svn co https://portmedia.svn.sourceforge.net/svnroot/portmedia/portmidi/trunk portmidi
$ cd portmidi
$ ccmake . (press c to configure and g to generate and exit)
$ make
$ sudo make install
$ sudo cp pm_common/pmutil* /usr/local/include

2) Build jsm
------------
Expand Down

0 comments on commit 0fe05de

Please sign in to comment.