Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
Add fann to travis and README
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewScholefield authored and Steve Penrod committed Aug 17, 2017
1 parent dfa6fa2 commit e738ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq mpg123 portaudio19-dev libglib2.0-dev swig bison libtool autoconf libglib2.0-dev libicu-dev
- sudo apt-get install -qq mpg123 portaudio19-dev libglib2.0-dev swig bison libtool autoconf libglib2.0-dev libicu-dev libfann-dev
python:
- "2.7"
# don't rebuild pocketsphinx for every build
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ The following packages are required for setting up the development environment a
- `mpg123`
- `flac`
- `curl`
- `fann`

## Home Device and Account Manager
Mycroft AI, Inc. maintains a device and account management system known as Mycroft Home. Developers may sign up at: https://home.mycroft.ai
Expand Down

0 comments on commit e738ad4

Please sign in to comment.