Hacking anyone help me set up the devproPPC on kubuntu

skedone

Well-Known Member
OP
Member
Joined
May 2, 2008
Messages
364
Trophies
1
XP
452
Country
United States
hi guys can anyone help me set up the development environment on kubuntu as i have seen 10 guide now on how to do it and there all different lol
 

skedone

Well-Known Member
OP
Member
Joined
May 2, 2008
Messages
364
Trophies
1
XP
452
Country
United States
dont worry found a nice eaasy shell script lol

here it is if anyone wants it

#!/bin/bash
echo -n "Directory to install to: "
read insdir
mkdir -p $insdir/src/examples
cd $insdir
wget http://tinyurl.com/5p3gfz -O devkitPPC.tar.bz2
wget http://tinyurl.com/5u3hp2 -O wii-examples.tar.bz2
wget http://fceugc.googlecode.com/files/devkitPro-06102008.zip -O libogc.zip
tar -xvjf devkitPPC.tar.bz2
rm devkitPPC.tar.bz2
unzip -o libogc.zip
rm libogc.zip
cd src/examples
tar -xvjf ../../wii-examples.tar.bz2
rm ../../wii-examples.tar.bz2
echo "export DEVKITPRO=$insdir/devkitPro" >> ~/.bashrc
echo "export DEVKITPPC=$DEVKITPRO/devkitPPC" >> ~/.bashrc
echo "PATH=$PATH:$DEVKITPPC/bin" >> ~/.bashrc
source ~/.bashrc

save that as devpro.sh and right click it under permissions tab/button select make/allow executable, then open a shell/bash session and drag and drop the file to the shell/bash window follow on screen prompts
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: @K3Nv2, prove it