HoerTech-gGmbH / openMHA

The open Master Hearing Aid (openMHA)
http://www.openmha.org
GNU Affero General Public License v3.0
252 stars 74 forks source link

cannot find the openMHA libraries and openMHA bin directory #34

Closed dhanashri-innovision closed 5 years ago

dhanashri-innovision commented 5 years ago

Hi, I am trying to compile the openmha through mingw. in the compilation document, it is written the copy openMHA libraries into the openMHA bin directory: mv lib/* bin/

but there are no such folders in openMHA. should I create them?

tobiasherzke commented 5 years ago

Please ask support questions like this on the forum, https://forum.openmha.org/

These directories are created by the previous step of the compilation instructions.

tobiasherzke commented 5 years ago

Please not that we also provide a windows installer with precompiled binaries and plugins, so that there is rarely a need to compile openMHA yourself. Please refer to the openMHA releases, https://github.com/HoerTech-gGmbH/openMHA/releases. You can find installation instructions here https://github.com/HoerTech-gGmbH/openMHA/blob/master/INSTALLATION.md and a getting-started guide here: http://www.openmha.org/docs/openMHA_starting_guide.pdf.

dhanashri-innovision commented 5 years ago

thanks