brodycritchlow / winch

GNU General Public License v3.0
1 stars 1 forks source link

💡 [REQUEST] - We should check for dependencies for building from source #15

Open tylercritchlow opened 11 months ago

tylercritchlow commented 11 months ago

Start Date

Future

Implementation PR

No response

Reference Issues

No response

Summary

There should be steps to install dependencies for each OS in config.winch

Basic Example

#...
[dependencies]
apt = "sudo apt install gcc"
dnf = "sudo dnf install gcc"
pacman = "sudo pacman -S gcc"
windows = "https:/link.com"

Drawbacks

N/A

Unresolved questions

No response