Feedback Type:
- [X] Bug Report
- [ ] Feature Request
- [ ] General Feedback
Feedback Description:
In the Linux instructions it reads:
sudo apt update
sudo apt install build-essentials
The correct package name is “build-essential” without the “s”.
Context/Use case:
While following the instructions for installing as a generic C++ library the Linux instructions have an error.
Problem to be Solved:
Please correct the package name.
Proposed Changes:
Change the line: sudo apt install build-essentials
to: sudo apt install build-essential
Potential Impact:
This will save time for people not noticing that it isn’t a valid package name.