On 31.01.2020 12:29, Ulli Horlacher wrote:
On Fri 2020-01-31 (11:24), Ulli Horlacher wrote:

On Mon 2020-01-20 (19:28), Brent Epp wrote:

Cygwin is totally portable! You can simply copy the installation folder to
another PC, copy the shortcut (edit target if needed) and it will work.
How do you copy it?
Which archive container do you use?
On the source system, within cygwin, zip up everything you want, with option -y:
cd /; zip -ry cygwin . -x home
or
cd /cygdrive/c; zip -ry cygwin cygwin64 -x ...

On the target system, install a minimal cygwin unzipping environment:
copy files unzip.exe, cygwin1.dll, cygbz2-1.dll into a subdirectory called bin

Use that unzip to unpack your zip file. VoilĂ !

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to