-
Notifications
You must be signed in to change notification settings - Fork 14
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
not working under macOS #62
Comments
You can run it without installing to /usr/bin, right from the git
directory. I don't know all that much about the Mac, but I suspect only
the pty mode will work, and you may need to change the keyboard layout
to pty2. I am not sure what, if any other changes would need to be made.
|
@stormdragon2976 is right, you can start fenrir just from git without need of any installation. but you need to install the required dependencies.
the you can just go to your local cloned git location the parameter -e uses the terminal emulation mode. so it reads the information from stin / stout and sterr and presents it to you. |
Hi I have tried it this way. (myenv) ➜ src git:(master) ✗ ./fenrir -e But ./fenrir -s ../config/settings/settings-pty.conf |
Hi.
some people told me that this will work under macOS, but installation fails, because the script is trying to install it in a location that is locked, due to security.
The text was updated successfully, but these errors were encountered: