View Single Post
 
Old 04-20-2007, 03:52 PM
pirata nervo pirata nervo is offline
Moderator
PSP Titan
 
Join Date: Mar 2007
Location: www.consoleworld.net
Posts: 5,008
pirata nervo is on a distinguished road
Default

TUTORIAL --> CYGWIN INSTALLATION

I hope this TUTORIAL help you.

THIS TUTORIAL IS A NEW TUTORIAL!!! BETA TUTORIAL AND IF IT WORKS FOR YOU PLEASE POST HERE SAYING THAT WORKED!

Ok, lets start from downloading the cygwin setup:
www.cygwin.com/setup.exe

Now, run the cygwin setup.
Quote:
Originally Posted by window 1
Press Next
Quote:
Originally Posted by window 2
Select the "install from internet" option and click next.
Quote:
Originally Posted by window 3
Quote:
Originally Posted by window 4
Now just just type the directory you want cygwin setup to download the packages. Press Next
Quote:
Originally Posted by window 5
Choose direct connection and press Next again.
Quote:
Originally Posted by window 6
Quote:
Originally Posted by window 7



Update: From the math category, change libgmp-devel and libmprf-devel to install
Quote:
Originally Posted by window 8
Quote:
Originally Posted by window 9
Run cygwin.bat and then close the window.


Toolchain Installation:

1st - Run cygwin.bat and do this:

perss enter.

2nd scroll down and type thisdo not press enter)
Quote:
export PSPDEV=/usr/local/pspdev
export PATH=$PATH:$PSPDEV/bin
and should be like this:

Now, press Ctrl+O to save and hit enter to save with same name.
Now, press Ctrl+X to quit from the file editor.
And finally press Ctrl+D to logout.

3rd Run Cygwin again. Type:
Quote:
svn co svn://ps2dev.org/psp/trunk/psptoolchain
Press enter. This will download the latest toolchain.

4th Type:
Quote:
cd psptoolchain
./toolchain.sh
Press Enter.

This may take a few hours.

When done, colse cygwin and edit the cygwin.bat with a text editor.
Erase everything and put this there:
Code:
@echo off

E:
chdir E:\cygwin\bin

set path=%path%;E:/cygwin/usr/local/pspdev/bin
set PSPSDK=E:/cygwin/usr/local/pspdev
bash --login -i
Remember that E: is my hard drive you jsut need to replace with your.
Save the file.

Last edited by pirata nervo; 12-17-2008 at 03:03 PM.
Reply With Quote