openMHA 4.18.0 released

Post Reply
hendrikkayser
Posts: 38
Joined: Fri May 10, 2019 7:58 am

openMHA 4.18.0 released

Post by hendrikkayser » Wed Jun 05, 2024 2:46 pm

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.

dpoznan
Posts: 60
Joined: Wed Jun 30, 2021 10:50 pm

Re: openMHA 4.18.0 released

Post by dpoznan » Fri Jun 21, 2024 3:41 pm

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

hendrikkayser
Posts: 38
Joined: Fri May 10, 2019 7:58 am

Re: openMHA 4.18.0 released

Post by hendrikkayser » Fri Jun 21, 2024 4:44 pm

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

dpoznan
Posts: 60
Joined: Wed Jun 30, 2021 10:50 pm

Re: openMHA 4.18.0 released

Post by dpoznan » Fri Jun 21, 2024 6:11 pm

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..

tobiasherzke
Posts: 115
Joined: Mon Jun 24, 2019 12:51 pm

Re: openMHA 4.18.0 released

Post by tobiasherzke » Fri Jun 21, 2024 7:48 pm

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..

Post Reply