Skip to content

Commit

Permalink
Update README with compilation instructions
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
Motiejus Jakštys committed Jan 30, 2013
1 parent dc6ce3b commit 6cfc60c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,16 @@ Efficient and fast sound (i.e. record) recognition software.
* You can match special operator messages when trying to initiate a VoIP call
(for example, "phone is out of radio coverage")

## Compilation ##

You need to have sox (and optionally, jack) installed in your system. On Unix
platforms:

$ cmake .
$ make

See `INSTALL.mingw` for instructions how to do it for Windows.

## Usage ##
You can try jack like this:

Expand Down

0 comments on commit 6cfc60c

Please sign in to comment.