NM (pro)
Results
1
comments of
NM (pro)
You can also just use `make install` if your GNU linker (ld) config includes `/usr/local/lib` ([it should](https://unix.stackexchange.com/questions/356624/why-isnt-usr-local-lib-on-the-library-path-by-default)). ```bash git clone https://github.com/festvox/flite.git cd flite ./configure --enable-shared # build make make get_voices...