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

Bug fix: Linker errors using automake in Mac OS #163

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 28, 2022

  1. Bug fix: Linker errors using automake in Mac OS

    Fix linker issues that prevent compillation with gcc from succeeding
    using autotools.
    
    This allows compilation to succeeed in Mac OS - haven't tested on linux
    yet.
    
    Fixes: #161
    Signed-off-by: Abishek V Ashok <[email protected]>
    abishekvashok committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    9722743 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Adds checks for libncursesw

    Adds checks for libncursesw as some linux distributions like ubuntu
    package wide character support for ncurses as a seperate library.
    
    Display a warning if on linux and the package is absent.
    
    Signed-off-by: Abishek V Ashok <[email protected]>
    abishekvashok committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    52495a1 View commit details
    Browse the repository at this point in the history