Ok.. i am not a programmer. Anyone can advise on how to run and compile a github project?
For example, I want to run and compile this :
What do I need in order to run the following commands on a Windows 10 computer?
git submodule update --init
autoreconf -vis
rm -rf build && mkdir build
cd build
../configure
make
sudo make install
For example, I want to run and compile this :
Image may be NSFW.
Clik here to view.
Clik here to view.

GitHub - nfc-tools/nfc-iclass: iClass / Picopass tool for libnfc
iClass / Picopass tool for libnfc. Contribute to nfc-tools/nfc-iclass development by creating an account on GitHub.
Image may be NSFW.
Clik here to view.
github.com
Clik here to view.

What do I need in order to run the following commands on a Windows 10 computer?
git submodule update --init
autoreconf -vis
rm -rf build && mkdir build
cd build
../configure
make
sudo make install