We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Sorry, been a while since I touched this code. I'll see if I can reproduce it on my machine.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: