Advertisement
Guest User

GeoSn0w - F.C.E. 365 - Cygwin

a guest
Oct 4th, 2016
1,982
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | None | 0 0
  1. set CYG_ROOT=C:/cygwin
  2. set CYG_MIRROR=http://cygwin.mirror.constant.com
  3. set CYG_CACHE=C:/cygwin/var/cache/setup
  4.  
  5. setup-x86.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P autoconf -P automake -P bison -P gcc-core -P gcc-g++ -P mingw-runtime -P mingw-binutils -P mingw-gcc-core -P mingw-gcc-g++ -P mingw-pthreads -P mingw-w32api -P libtool -P make -P python -P gettext-devel -P gettext -P intltool -P libiconv -P pkg-config -P git -P wget -P curl -P libusb1.0 -P libusb1.0-devel -P libxml2 -P libxml2-devel -P openssl-devel -P dos2unix
  6.  
  7. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement