🦦 chris_cadev notes

Search IconIcon to open search

How to install make in windows

Last updated July 18, 2022.

#tech/bash #tech/programming To install make you need to install choco first.

Then you need to run in administrator this command.

1
choco install make

# References

install make with choco


Interactive Graph