Page 1 of 1
openMHA 4.18.0 released
Posted: Wed Jun 05, 2024 2:46 pm
by hendrikkayser
Dear openMHA users,
the release of openMHA 4.18.0 adds several examples to the software and support for current operating systems. See
the
release notes for details.
Re: openMHA 4.18.0 released
Posted: Fri Jun 21, 2024 3:41 pm
by dpoznan
Has anyone installed 4.18.0 on a Mac?
I had difficulty getting LSL, EIGEN, and OSC installed in order to build the 4.18 package.
I did finally get LSL and EIGEN installed and found by configure. However OSC installs only via Arduino
and cannot be found by configure.
Any suggestions?
Thanks,
Dan Poznanovic
Re: openMHA 4.18.0 released
Posted: Fri Jun 21, 2024 4:44 pm
by hendrikkayser
Hi Dan,
you might consider using the homebrew installer, see
https://github.com/HoerTech-gGmbH/openM ... h-homebrew
for details. It should also install all dependencies for compiling openMHA.
Best,
Hendrik
Re: openMHA 4.18.0 released
Posted: Fri Jun 21, 2024 6:11 pm
by dpoznan
I wanted to be able to build from sources.
I found that OSC was not what I needed to have installed. Instead configure was really looking for libio
which I was able to install.
I was able to build the 4.18.0 pkg after building after installing the latest jack2.
So all is ok. (I haven't tested it yet though)
Dan..
Re: openMHA 4.18.0 released
Posted: Fri Jun 21, 2024 7:48 pm
by tobiasherzke
I wanted to be able to build from sources.
brew install openmha/tap/openmha
is actually compiling openmha from sources on your Mac. We do not provide pre-compiled "bottles" for Mac.
I found that OSC was not what I needed to have installed. Instead configure was really looking for libio
which I was able to install.
Correct, and good that you've found it. We also provide recommendations in file
COMPILATION.md on how to install compilation dependencies for developers who do not want to follow the default installation method described in file
INSTALLATION.md..