Skip to content

Commit

Permalink
Merge pull request tensorflow#27 from mozilla/boost-dep
Browse files Browse the repository at this point in the history
Add Boost.Locale as a dependency for the build
  • Loading branch information
reuben committed Sep 11, 2017
2 parents f957e82 + 6997437 commit 0b39249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tc-apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ apt-get -qq -y install \
pixz \
zip \
zlib1g-dev \
unzip
unzip \
libboost-locale-dev

echo 'oracle-java8-installer shared/accepted-oracle-license-v1-1 select true' | debconf-set-selections
add-apt-repository --yes ppa:webupd8team/java && apt-get -qq update
Expand Down
3 changes: 2 additions & 1 deletion tc-brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ fi;

# coreutils, pyenv-virtualenv required for build of tensorflow
# node@6 pkg-config sox swig required for later build of deepspeech
all_pkgs="coreutils pyenv-virtualenv node@6 pkg-config sox swig"
# boost required by native_client decoder
all_pkgs="coreutils pyenv-virtualenv node@6 pkg-config sox swig boost"

for pkg in ${all_pkgs};
do
Expand Down

0 comments on commit 0b39249

Please sign in to comment.