-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
Can't run make, error "no rule to make target browserpass. Stop #92
Comments
Hey, could you try these steps? https://github.com/browserpass/browserpass-native#install-on-windows |
Hi @maximbaz , I realized that README.md is different from github to README file that is installed from windows release. In the following picture in the left, it is the README.md from downloaded release version:
Is there a way to check that my browserpass has been installed successfully in windows and is ready to use browserpass extension? Because Browserpass extension has an "error: error: Native host has exited." |
Hi, try to follow through the full path and see if it's valid all the way:
I haven't personally used browserpass in wsl, but some people reported success, therefore I think we will get to the bottom of it 👍 |
General information
Via package manager in WSL and downloaded for Windows following instructions in README.md
$ browserpass --version
): browserpass: command not found$ git describe --always
):Downloaded directly from google extension store
If you are getting an error immediately after opening popup, have you followed the Configure browsers documentation section?
Exact steps to reproduce the problem
Installed browserpass using package manager
$ sudo nano /etc/apt-sources.list
uncommented deb-src lines
$ sudo apt-get update
$ apt-get source webext-browserpass
Installed msi for windows which install a bunch of files and configuration
I tried running make browserpass in WSL Ubuntu and it says "make: *** no rule to make target 'browser pass'. Stop."
What should happen?
I don't really know, I'm stucked since I Installed chrome extension but it doesn't work :(
What happened instead?
Nothing
The text was updated successfully, but these errors were encountered: