gvm
gvm copied to clipboard
Warning: could not find bison/Error: Missing requirements
Hi
I am trying to install GVM on windows via gitbash. When running the curl command, it says that it successfully installs GVM.
When I close the terminal and open a new one, I try running GVM and it says command not found.
I then run source ~/.gvm/scripts/gvm to try and locate it, and when I use the command GVM after that I get this error:
$ gvm
WARNING:
Could not find bison
linux: apt-get install bison
ERROR: Missing requirements.
Does this mean I need to install bison in order to use GVM? I tried installing flex-bison via chocolatey for windows, but I'm guessing it's not recognizing it as bison.
Any suggestions?
Try to use WSL2 on Windows to run an distro linux and install gvm inside of your distro.
http://gnuwin32.sourceforge.net/packages/bison.htm
I installed bison.
works fine in gitbash for windows
