Skip to content

Commit

Permalink
macos specific build hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulannetts committed Oct 4, 2024
1 parent c875a1f commit 7834d14
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ PARENT_DIR=$(dirname $SCRIPT_DIR)

echo $PARENT_DIR
cd $PARENT_DIR/espeak-ng
rm CHANGELOG.md
echo "Changelog dummy" > ChangeLog.md
echo "No news" > NEWS
if [[ "$(uname)" == "Darwin" ]]; then
brew install automake libtool autoconf
rm CHANGELOG.md
echo "Changelog dummy" > ChangeLog.md
fi
ls
./autogen.sh
./configure --without-klatt --without-speechplayer --without-mbrola --without-sonic --without-async
Expand Down

0 comments on commit 7834d14

Please sign in to comment.