Open spookylukey opened 1 month ago
I have a fresh installation of Linuxmint 22, which is based on Ubuntu 24.04.
I ran the following, as per the build instructions:
sudo apt install libopencv-dev build-essential v4l2loopback-dkms curl
Then:
mkdir build cd build cmake .. && make -j $(nproc || echo 4)
This produced errors, so I additionally installed the following in attempt to fix them based on things that seemed to be missing:
sudo apt install clang clang-format gfortran
However, build errors persisted. There are quite a lot of issues, as I don't know what's going on I've just attached the output as a txt file.
build_error_log.txt
Sorry, been a while since I touched this code. I'll see if I can reproduce it on my machine.
I have a fresh installation of Linuxmint 22, which is based on Ubuntu 24.04.
I ran the following, as per the build instructions:
Then:
This produced errors, so I additionally installed the following in attempt to fix them based on things that seemed to be missing:
However, build errors persisted. There are quite a lot of issues, as I don't know what's going on I've just attached the output as a txt file.
build_error_log.txt