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.
openMHA 4.18.0 released
Re: openMHA 4.18.0 released
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
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
-
- Posts: 38
- Joined: Fri May 10, 2019 7:58 am
Re: openMHA 4.18.0 released
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
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
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..
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..
-
- Posts: 119
- Joined: Mon Jun 24, 2019 12:51 pm
Re: openMHA 4.18.0 released
brew install openmha/tap/openmhaI wanted to be able to build from sources.
is actually compiling openmha from sources on your Mac. We do not provide pre-compiled "bottles" for Mac.
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..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.