I have Golang 1.8.3 installed and want to use go-libp2p. But from the libp2p GitHub page here, it need to run make
and make deps
command. As I am using Windows 10, it shows make
command is not recognized. So, my question is how can I configure and run the make
command?
Asked
Active
Viewed 1,794 times
-3
-
Did you looked this - https://golang.org/dl/ – AMIC MING Apr 25 '18 at 18:30
-
To install GNU make on Windows, please have a look at: [How to install and use "make" in Windows?](https://stackoverflow.com/questions/32127524/how-to-install-and-use-make-in-windows) – staub Jan 14 '22 at 17:49
1 Answers
0
Make: GNU make utility to maintain groups of programs

peterSO
- 158,998
- 31
- 281
- 276
-
If you are looking for a 64-bits MAKE for windows, here is the link to download (https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/) . MinGW-w64 is a 64-bit MAKE for windows. – Paul Chen Aug 15 '20 at 16:47