mirror of https://github.com/AlexeyAB/darknet.git
12 lines
268 B
Batchfile
12 lines
268 B
Batchfile
|
echo Download file: https://www.cygwin.com/setup-x86_64.exe
|
||
|
|
||
|
|
||
|
setup-x86_64.exe -q -P dos2unix,wget,tar,untar,gzip,unzip,qawk,bzip2,git,vim,gcc-g++,make,grep,sed,find
|
||
|
|
||
|
|
||
|
# wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg
|
||
|
# install apt-cyg /bin
|
||
|
|
||
|
echo Finished
|
||
|
|
||
|
pause
|