![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on [HOW TO] Multiple Cygwin Installs on single Windows machine within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Well, I thought this would be helpful Just move or rename cygwin folder to what location. [ex: C or D:\CygwinPSP] ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() ![]() Developer
|
Well,
I thought this would be helpful Just move or rename cygwin folder to what location. [ex: C or D:\CygwinPSP] Then Modify cygwin.bat to this: Example: Code:
@echo off D: chdir D:\cygwinPSP\bin umount -s --remove-all-mounts mount -s -b -f d:\cygwinPSP\bin /bin mount -s -b -f d:\cygwinPSP\etc /etc mount -s -b -f d:\cygwinPSP\lib /lib mount -s -b -f d:\cygwinPSP\usr /usr mount -s -b -f d:\cygwinPSP\var /var mount -s -b -f d:\cygwinPSP\home /home mount -s -b -f d:\ / mount -s -b -f d:\cygwinPSP\bin /usr/bin mount -s -b -f d:\cygwinPSP\lib /usr/lib mount -c -s /cygdrive mount -c -u /cygdrive set PSPDEV=/usr/local/pspdev set PSPSDK=/usr/local/pspdev set path=/usr/local/pspdev/bin;%path% bash --login -i pause Especially useful when you work on other platforms not just for PSP , to prevent any conflicts or just to stay on safe side.
__________________
Hardware Alarm Suite II v2.7 bld 1727 (1730 Latest)|Academic Aid 6.R769 w/ Motion|LocoRoco Motion Plugin|XmbController 1.61|More(32) TweakDISPLAY(NOW OUT!) | PaintOnXMB v1
|
|
|
|
|
|
#3 | |
![]() ![]() Developer
|
Quote:
You ofcourse dont need PSP* variables in batch file.
__________________
Hardware Alarm Suite II v2.7 bld 1727 (1730 Latest)|Academic Aid 6.R769 w/ Motion|LocoRoco Motion Plugin|XmbController 1.61|More(32) TweakDISPLAY(NOW OUT!) | PaintOnXMB v1
|
|
|
|
|
|
|
#4 |
![]() ![]() Developer
|
You can install multiple toolchains on the same Cygwin install but have separate .bats to start it up if need be. I used to have the same cygwin install for PC, GP2X and PSP.
__________________
[Blog] [Portfolio] [Homebrew Illuminati - Serious Homebrew Development Forums] [I want to make Homebrew FAQ] [How I broke into the Games Industry] [Programming Book List] [Programming Article List] |
|
|
|
![]() |
| Tags |
| cygwin , installs , machine , multiple , single , windows |
| Thread Tools | |
|
|