Skip to content

Commit

Permalink
support ubuntu18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hgneng committed Feb 6, 2018
1 parent e8d5295 commit 8728626
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions INSTALL
@@ -1,3 +1,13 @@
===== Setup build environment for github code under Ubuntu =====
$ sudo apt install autoconf libtool
$ cd ekho
$ ./autogen.sh
$ sudo apt install libsndfile1-dev libespeak-dev libpulse-dev
$ cd ekho-data
$ wget https://sourceforge.net/projects/e-guidedog/files/Ekho%20Voice%20Data/0.2/pinyin-yali-44100-v9.tar.bz2
$ ./configure
$ make

===== INSTALL (for Linux) =====
You need to have following libraries first:
* libespeak-dev
Expand Down
3 changes: 2 additions & 1 deletion install.pl
Expand Up @@ -100,7 +100,8 @@ ()
`grep "13.04" /etc/lsb-release` ||
`grep "14.04" /etc/lsb-release` ||
`grep "15.10" /etc/lsb-release` ||
`grep "16.04" /etc/lsb-release`) {
`grep "16.04" /etc/lsb-release` ||
`grep "18.04" /etc/lsb-release`) {
# ubuntu 12.10
build_common() if (not $skip_build);
`sudo ln -s /usr/lib/i386-linux-gnu/speech-dispatcher-modules /usr/lib/` if (not `grep "14.04" /etc/lsb-release`);
Expand Down

0 comments on commit 8728626

Please sign in to comment.