OpenNMT / CTranslate

Lightweight C++ translator for OpenNMT Torch models (deprecated)
https://opennmt.net/
MIT License
79 stars 50 forks source link

Fix for windows install and clang build #40

Closed jhnwnd closed 6 years ago

jhnwnd commented 6 years ago

Need to set RUNTIME DESTINATION option in install for Windows installs since that is where DLLs are installed. (error given was: /usr/local/bin/translate.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory) (i.e, the dll didn't get installed) and fix for compiling with clang.

guillaumekln commented 6 years ago

Thanks!