LAPINPT

Cygwin auto install batch

Jul 26th, 2013
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.32 KB | None | 0 0
  1. @ECHO OFF
  2. :: Cygwin auto install
  3. :: to Build Transmission-Daemon for Windows
  4. setup-x86.exe ^
  5. --disable-buggy-antivirus ^
  6. --quiet-mode ^
  7. --root c:\cygwin ^
  8. --local-package-dir %CD% ^
  9. --site http://box-soft.com ^
  10. --packages ^
  11. bison,^
  12. flex,^
  13. gettext-devel,^
  14. libtool,^
  15. make,^
  16. gcc-g++,^
  17. patch,^
  18. pkg-config,^
  19. perl-xml
Advertisement
Add Comment
Please, Sign In to add comment