README.md 396 字节
Newer Older
H
Hui Zhang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# SpeechX -- Speech Inference All in One

> Test under `Ubuntu 16.04.7 LTS`.

## Build

```
./build.sh
```l

## Valgrind

> If using docker please check `--privileged` is set when `docker run`.

1. Fatal error at startup: a function redirection which is mandatory for this platform-tool combination cannot be set up
```
apt-get install libc6-dbg
```

```
pushd tools
./setup_valgrind.sh
popd
```