I am trying to create a local chainlink oracle node, for testing and learning purposes. Using windows 10.
I followed the steps listed on the https://github.com/smartcontractkit/chainlink#install to install a local chainlink node.
Already installed Go, nodeJS, nvm, yarn, postgres (all latest version as of 21/11/04. All ruuning from root).
Downloaded the Chainlink executing: git clone https://github.com/smartcontractkit/chainlink && cd chainlink
changed the directory to C:\chainlink
and ran make install command to build and install the node.
Got the error:
'make' is not recognized as an intern or extern command, operable program or a batch file
What am I doing wrong? (Apparently, make install is a command that works for mac command line, I am using windows instead)