prosodylab / Prosodylab-Aligner

Python interface for forced audio alignment using HTK and SoX
http://prosodylab.org/tools/aligner/
MIT License
331 stars 77 forks source link

32-bit libraries for Linux installation #82

Closed rgriscom closed 4 years ago

rgriscom commented 4 years ago

Just a note that some libraries are needed in addition to libc-dev for Linux installations: https://stackoverflow.com/questions/54082459/fatal-error-bits-libc-header-start-h-no-such-file-or-directory-while-compili

kylebgorman commented 4 years ago

Thanks, I added gcc-multilib to the list of dependencies for Ubuntu.

The X11 thing, I think, is a red herring because you can issue --disable-hlmtools --disable-hslab when configuring, and you won't need X11 headers (or at least that used to be true).