Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @ECHO OFF
- :: Cygwin auto install
- :: to Build Transmission-Daemon for Windows
- setup-x86.exe ^
- --disable-buggy-antivirus ^
- --quiet-mode ^
- --root c:\cygwin ^
- --local-package-dir %CD% ^
- --site http://box-soft.com ^
- --packages ^
- bison,^
- flex,^
- gettext-devel,^
- libtool,^
- make,^
- gcc-g++,^
- patch,^
- pkg-config,^
- perl-xml
Advertisement
Add Comment
Please, Sign In to add comment