-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbuild.sh
More file actions
26 lines (24 loc) · 1.36 KB
/
build.sh
File metadata and controls
26 lines (24 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
# **************************************************************************** #
# #
# ::: :::::::: #
# build.sh :+: :+: :+: #
# +:+ +:+ +:+ #
# By: jaleman <jaleman@student.42.us.org> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2017/06/18 18:10:25 by jaleman #+# #+# #
# Updated: 2017/06/18 18:10:26 by jaleman ### ########.fr #
# #
# **************************************************************************** #
brew update &&
brew install sox &&
brew install node &&
brew tap watsonbox/cmu-sphinx &&
brew install --HEAD watsonbox/cmu-sphinx/cmu-sphinxbase &&
brew install --HEAD watsonbox/cmu-sphinx/cmu-pocketsphinx &&
npm install --prefix kift-client electron --save &&
npm install --prefix kift-client node-record-lpcm16 --save &&
npm install --prefix kift-client electron-packager --save &&
make &&
npm run --prefix kift-client build &&
mv kift-client/release-builds/Kevin\ Kift-darwin-x64/ ./