Callow Guy
Arch-Supremacy Member
- Joined
- Jan 27, 2012
- Messages
- 10,816
- Reaction score
- 2,013
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 :
https://github.com/nfc-tools/nfc-iclass#config-cards
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 :
https://github.com/nfc-tools/nfc-iclass#config-cards
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