Skip to content
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

Does not work out of the box for OpenBSD #47

Open
GuyDaniel opened this issue Apr 20, 2023 · 1 comment
Open

Does not work out of the box for OpenBSD #47

GuyDaniel opened this issue Apr 20, 2023 · 1 comment

Comments

@GuyDaniel
Copy link

Unsurprisingly, the Makefile did not work for OpenBSD either.
I had to use gmake and change the Makefile around (as per what was done for FreeBSD) to get it to compile and install.
Also had to remove the she bang at the top of the python script, along with the "where ... exec" lines and just replace the shebang with default python install dir of #!/usr/local/bin/python3
After doing this all worked as planned!

@zi0r
Copy link

zi0r commented Sep 23, 2024

It does if you use the FreeBSD port/package I created here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants