v4l2loopback install
Hello. I am new to fedora and am trying to install v4l2loopback. I have found the github with everything... but I don't know which thing I need to get. Which item do I need to download? and how to I make /install it?
Edit: I got some help and realized that I needed to use make inside the directory that I get from github, now I'm getting this error. I when navigating via terminal, build isn't a directory but a file
bash-4.4$ make
Building v4l2-loopback driver...
make -C /lib/modules/`uname -r`/build M=/home/wanacrypt0r/Programs/v4l2loopback-master modules
make[1]: *** /lib/modules/4.17.3-200.fc28.x86_64/build: No such file or directory. Stop.
make: *** [Makefile:43: v4l2loopback.ko] Error 2
Edit: I got some help and realized that I needed everything from the github and that I needed to execute make inside of the directory. now I'm getting an error:
How might I go around fixing this? build is a file, not a directory.