Open ad-si opened 1 year ago
litmus depends on the neon library, so I would suggest starting with building neon (https://notroj.github.io/neon/) and telling litmus ./configure
where to find it.
@ad-si did you set up the working copy properly?
git clone https://github.com/notroj/litmus
cd litmus
git submodule update --init
./autogen.sh
./configure
make
(If you forgot to init the submodule, then be sure to re-run ./autogen.sh
after git submodule update --init
)
@gstrauss thanks, I can confirm that it's working with that steps on MacOS 14.5 I just need to install automake
brew install automake
because before that aclocal: command not found
.
Describe the bug I'm trying to build it on macOS.
Environment
To Reproduce
autoconf
./configure
, which yields:How can I fix it?