Skip to content

Conversation

@bsautner
Copy link
Owner

@bsautner bsautner commented Dec 3, 2024

Subsystem
docs

Motivation
As a new contributor, the instructions to build from source have an old version of libncurses and will result in a package not found error. This can be confusing to new contributors.

Solution

  • Replace outdated 'libncurses5' packages with 'libncurses-dev' and 'libtinfo-dev' to ensure compatibility future compatibility.

  • Use 'apt' instead of 'apt-get' for modern best practices.

  • Simplify installation commands by combining them and removing explicit version numbers.

…g guide

- Replace outdated 'libncurses5' packages with 'libncurses-dev' and 'libtinfo-dev' to ensure compatibility with Ubuntu 20.04 and later.

- Use 'apt' instead of 'apt-get' for modern best practices.

- Simplify installation commands by combining them and removing explicit version numbers.
@bsautner bsautner merged commit a9b27c5 into main Dec 3, 2024
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

Successfully merging this pull request may close these issues.

2 participants