-
Notifications
You must be signed in to change notification settings - Fork 53
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
Compiling in Alpine and Arch linux #43
Comments
Thanks for reporting this! I was able to compile it on my Arch linux once I applied the patch you described. I just typed
|
I do not get what this patch does for Arch Linux. |
Well if you look at the pkgbuild on aur it runs make with: |
I quick decided to see if the patch would remove the need for said TL;DR @JackalSix, I tried to see if that was the case, but it doesn't seem that way. Or maybe I'm missing something. P.S. I then tried patching in |
Related to #41
Compiling in Alpine linux from the master branch results in the compiler not finding curses.h and not having the man directory /usr/local.
I made these changes in config.def.h:
Then compiled it this way:
That allowed it to compile on Alpine.
On Arch Linux I had to do the same line replacement in config.def.h, but I did not have to change the MANDIR argument.
The text was updated successfully, but these errors were encountered: