<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>DevkitPPC setup (Linux) Please, Help!</title>
<description> Hello! My name its Joey, but here I am &quot;Wiiman90&quot; and I suddenly join this forum because I look for good sources in Wiibrew and also because I need help regarding in setting up &quot;devkitPro&amp;gt;devkitPPC&quot;.

I am currently a Computer Science student and I&amp;#039;m barely starting on this &quot;Programming&quot; career, I decide that if I have a Wii, I&amp;#039;m studying to be a programmer, Why I don&amp;#039;t start too developing in a &quot;Wii Development Project&quot; which is the DevkitPro.

So I decide to use Linux, (Xubuntu 8.10) and I try to understand this steps here in the Wiibrew Website and I don&amp;#039;t get it well.DevkitPPC setup (Linux) 


the folder wiiload should only contain the executable &quot;wiiload&quot; 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

Here, I know that I have to open &quot;Terminal&quot; and type in the directory of ./bashrc and open it with gedit using:


sudo cd /home/Joey/

and to edit bashrc I type:

sudo gedit ./bashrc

or using Konqueror with root privileges.

My doubt is if I want to add the devkitPPC in home how I do that in the ./bashrc ?

I don&amp;#039;t quite get the sintasxis of the &quot; * Edit ~/.bashrc and add &quot;.

Can anyone help me set my Wii Development Ebviroment in Linux?

Thanks
Wiiman90</description><link>http://forum.wiibrew.org/read.php?24,10948,10948#msg-10948</link><lastBuildDate>Tue, 19 May 2026 05:24:15 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?24,10948,11029#msg-11029</guid>
<title>Re: DevkitPPC setup (Linux) Please, Help!</title><link>http://forum.wiibrew.org/read.php?24,10948,11029#msg-11029</link><description><![CDATA[ Hi Wiiman,<br /><br />If your Devkitpro folder is in your home/joey folder, then the four lines will look like this:<br /><br /><pre class="bbcode">export DEVKITPRO=/home/joey/devkitpro
export DEVKITPPC=$DEVKITPRO/devkitPPC
PATH=$PATH:$DEVKITPPC/bin
PATH=$PATH:$DEVKITPRO/wiiload/lin32</pre><br />And in order for you to put those in the right place, you type into your terminal (and be sure to get this exactly right)<br /><br /><pre class="bbcode">sudo gedit ~/.bashrc</pre><br />You can paste those four lines at the very bottom of the file that opens. If the file is blank, you&#039;ve opened the wrong file!<br /><br />Good luck,<br /><br />- Myu]]></description>
<dc:creator>Myu0</dc:creator>
<category>Getting Started</category><pubDate>Mon, 02 Mar 2009 13:36:52 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?24,10948,10990#msg-10990</guid>
<title>Re: DevkitPPC setup (Linux) Please, Help!</title><link>http://forum.wiibrew.org/read.php?24,10948,10990#msg-10990</link><description><![CDATA[ Well I choose this name because its the name I use for Wii forums... I also use WiiMoon_n, WiiMoosh and W!!Man. For PSP forums I use PSPMAN90, PSPMANUX or PSPNUX...<br /><br />Anyways, I&#039;m glad someone that knows about Linux reply to my post :) Well this help a lot! I actually though the file I wanted was ./bashrc but was actually ~/bashrc which I don&#039;t know where it is exactly... But you told me basically to copy those 4 lines of the setup tutorial to that file and then make or unzip if there are compressed files which there are not.<br /><br /><pre class="bbcode">
 * 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</pre><br />here can you tell me what I should put in path ? If my "devkitPro/devkitPPC" its located in "/home/joey/" and I want to add it as a global development environment.<br /><br />I don&#039;t get this sintaxis, please tell me<br />I thank you for explaining me which file was and how to add it but I don&#039;t know what I should put in path in the 4 lines...<br /><br />Thanks...]]></description>
<dc:creator>Wiiman90</dc:creator>
<category>Getting Started</category><pubDate>Sun, 01 Mar 2009 17:15:35 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?24,10948,10989#msg-10989</guid>
<title>Re: DevkitPPC setup (Linux) Please, Help!</title><link>http://forum.wiibrew.org/read.php?24,10948,10989#msg-10989</link><description><![CDATA[ Hi Wiiman (incidentally, why pick that as a screenname on a Wii Dev forum?)<br /><br />What you want to do is set the global environment variables for your bash shell. I use Ubuntu with Gnome, but I imagine the basic premise for doing so is the same in KDE.<br /><br />The file you want to change is not ./bashrc. It is ~/.bashrc. ~/ is the root folder of your mounted linux filesystem, and .bashrc is the name of the system file containing a series of instructions executed when you load up any non-booting shells.<br /><br />This file should define the path of the directories for your Devkit as Export variables; in order to do that, you can pretty much copy those 4 lines from your setup tutorial. Once you&#039;ve done that, you just need to unzip your binaries (or, if they&#039;ve been packaged, run "make" / "make install" in the DevKitPro directory) to the directory you&#039;ve specified.<br /><br />Hope that helps!<br /><br />- Myu]]></description>
<dc:creator>Myu0</dc:creator>
<category>Getting Started</category><pubDate>Sun, 01 Mar 2009 16:34:02 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?24,10948,10960#msg-10960</guid>
<title>Re: DevkitPPC setup (Linux) Please, Help!</title><link>http://forum.wiibrew.org/read.php?24,10948,10960#msg-10960</link><description><![CDATA[ Ok, Remember that even if its another Linux Distros, what change mostly its the "GUI" and not the OS itself" All Linux-Based Operative-Systems have Linux-Kernel, which its exactly the same. And again, the problem is not "root" I can be root easily, my problem its how do I set up the devkitPPC as an Wii Development Environment in Linux.<br /><br />And do have Windows Xp too in another Partidition, which I use for Programming too(VC++) and to play Video Games.<br />Linux one I want it for Development and HW.<br /><br />Thanks, for the try man<br /><br />Again, anyone?]]></description>
<dc:creator>Wiiman90</dc:creator>
<category>Getting Started</category><pubDate>Sun, 01 Mar 2009 04:08:11 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?24,10948,10955#msg-10955</guid>
<title>Re: DevkitPPC setup (Linux) Please, Help!</title><link>http://forum.wiibrew.org/read.php?24,10948,10955#msg-10955</link><description><![CDATA[ well i dont use Xubuntu, so i cant really help because every distro does something different, thats why i said try that, i have a slackware/redhat based linux and i have it mainly for pc repair.]]></description>
<dc:creator>cl87</dc:creator>
<category>Getting Started</category><pubDate>Sun, 01 Mar 2009 03:44:13 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?24,10948,10954#msg-10954</guid>
<title>Re: DevkitPPC setup (Linux) Please, Help!</title><link>http://forum.wiibrew.org/read.php?24,10948,10954#msg-10954</link><description><![CDATA[ Hey man, the problem is not the "root" privileges, once I use sudo in Terminal or Konqueror with root privileges I can modified any file I want, including the ./bashrc.<br /><br />Lets see that editing the ./bashrc for adding the devkitPRO/devkitPPC as an enviroment/PATH its the same if I just use "Knonqueror" with root privileges and move the file to the path? No I don&#039;t think this work as that...<br /><br />My doubt here is how to set the devkitPPC in my home directory as Development Environment in Linux.<br /><br />I repeat again, can anyone help me set it up?<br /><br />Thanks<br />Wiiman90]]></description>
<dc:creator>Wiiman90</dc:creator>
<category>Getting Started</category><pubDate>Sun, 01 Mar 2009 03:38:20 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?24,10948,10950#msg-10950</guid>
<title>Re: DevkitPPC setup (Linux) Please, Help!</title><link>http://forum.wiibrew.org/read.php?24,10948,10950#msg-10950</link><description><![CDATA[ linux is kinda fun to fiddle with but using root will give you abilities you normally dont have. log on as "root" and see if that helps.]]></description>
<dc:creator>cl87</dc:creator>
<category>Getting Started</category><pubDate>Sun, 01 Mar 2009 03:28:28 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?24,10948,10948#msg-10948</guid>
<title>DevkitPPC setup (Linux) Please, Help!</title><link>http://forum.wiibrew.org/read.php?24,10948,10948#msg-10948</link><description><![CDATA[ Hello! My name its Joey, but here I am "Wiiman90" and I suddenly join this forum because I look for good sources in Wiibrew and also because I need help regarding in setting up "devkitPro&gt;devkitPPC".<br /><br />I am currently a Computer Science student and I&#039;m barely starting on this "Programming" career, I decide that if I have a Wii, I&#039;m studying to be a programmer, Why I don&#039;t start too developing in a "Wii Development Project" which is the DevkitPro.<br /><br />So I decide to use Linux, (Xubuntu 8.10) and I try to understand this steps here in the Wiibrew Website and I don&#039;t get it well.<a href="http://wiibrew.org/wiki/Getting_started_with_DevkitPPC_on_Linux" rel="nofollow">DevkitPPC setup (Linux)</a><br /><br /><pre class="bbcode">
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</pre><br />Here, I know that I have to open "Terminal" and type in the directory of ./bashrc and open it with gedit using:<br /><br /><pre class="bbcode">
sudo cd /home/Joey/</pre><br />and to edit bashrc I type:<br /><pre class="bbcode">
sudo gedit ./bashrc</pre><br />or using Konqueror with root privileges.<br /><br />My doubt is if I want to add the devkitPPC in home how I do that in the ./bashrc ?<br /><br />I don&#039;t quite get the sintasxis of the " * Edit ~/.bashrc and add ".<br /><br />Can anyone help me set my Wii Development Ebviroment in Linux?<br /><br />Thanks<br />Wiiman90]]></description>
<dc:creator>Wiiman90</dc:creator>
<category>Getting Started</category><pubDate>Sun, 01 Mar 2009 03:23:23 +0100</pubDate></item>
</channel>
</rss>