DevkitPPC setup (Linux) Please, Help! March 01, 2009 03:23AM | Registered: 14 years ago Posts: 11 |
the folder wiiload should only contain the executable "wiiload" that you found in the homebrew channel * Edit ~/.bashrc and add export DEVKITPRO=/path/to/devkitpro # replace this by your actual path export DEVKITPPC=$DEVKITPRO/devkitPPC PATH=$PATH:$DEVKITPPC/bin PATH=$PATH:$DEVKITPRO/wiiload/lin32
sudo cd /home/Joey/
sudo gedit ./bashrc
Re: DevkitPPC setup (Linux) Please, Help! March 01, 2009 03:28AM | Registered: 14 years ago Posts: 171 |
Re: DevkitPPC setup (Linux) Please, Help! March 01, 2009 03:38AM | Registered: 14 years ago Posts: 11 |
Re: DevkitPPC setup (Linux) Please, Help! March 01, 2009 03:44AM | Registered: 14 years ago Posts: 171 |
Re: DevkitPPC setup (Linux) Please, Help! March 01, 2009 04:08AM | Registered: 14 years ago Posts: 11 |
Re: DevkitPPC setup (Linux) Please, Help! March 01, 2009 04:34PM | Registered: 14 years ago Posts: 25 |
Re: DevkitPPC setup (Linux) Please, Help! March 01, 2009 05:15PM | Registered: 14 years ago Posts: 11 |
* Edit ~/.bashrc and add export DEVKITPRO=/path/to/devkitpro # replace this by your actual path export DEVKITPPC=$DEVKITPRO/devkitPPC PATH=$PATH:$DEVKITPPC/bin PATH=$PATH:$DEVKITPRO/wiiload/lin32
Re: DevkitPPC setup (Linux) Please, Help! March 02, 2009 01:36PM | Registered: 14 years ago Posts: 25 |
export DEVKITPRO=/home/joey/devkitpro export DEVKITPPC=$DEVKITPRO/devkitPPC PATH=$PATH:$DEVKITPPC/bin PATH=$PATH:$DEVKITPRO/wiiload/lin32
sudo gedit ~/.bashrc