-
Notifications
You must be signed in to change notification settings - Fork 52
Labels
enhancementNew feature or requestNew feature or requestmaintainer investigatingThis ticket is being investigated by maintainers. Please check with us before contributing PRs etc!This ticket is being investigated by maintainers. Please check with us before contributing PRs etc!
Milestone
Description
Add a pre-check to ensure relevant toolchain is available for building.
By default, PIE should prompt to see if the user wants to install any missing tools. Example for Ubunutu apt install gcc make autoconf libtool bison re2c pkg-config; check for package names in yum/apk/etc too depending on the system. If we can't detect how to install the tools (or we are running non-interactively), just write a warning to the user that the tools are missing, and they should be installed.
However, this checking behaviour should be disabled with a flag, if provided, as some people may not want it.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmaintainer investigatingThis ticket is being investigated by maintainers. Please check with us before contributing PRs etc!This ticket is being investigated by maintainers. Please check with us before contributing PRs etc!