summaryrefslogtreecommitdiff
path: root/www/docs
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-05-12 09:44:07 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-05-12 09:44:07 +0000
commit9b50389083887c92b7a74910c8e889823caa8f46 (patch)
treec3de79bd6eb331abaf3f7baf0d60d0120c33ca70 /www/docs
parentcdca9de66c5d690debeccd29a6b5f919a18cbeff (diff)
downloadrockbox-9b50389083887c92b7a74910c8e889823caa8f46.tar.gz
rockbox-9b50389083887c92b7a74910c8e889823caa8f46.zip
Added PATH info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4609 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/docs')
-rw-r--r--www/docs/cygwin_sdk.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/docs/cygwin_sdk.t b/www/docs/cygwin_sdk.t
index 46c9507b16..4c37e39948 100644
--- a/www/docs/cygwin_sdk.t
+++ b/www/docs/cygwin_sdk.t
@@ -50,5 +50,17 @@
50 <li>Devel - sh-gcc</li> 50 <li>Devel - sh-gcc</li>
51 </ul> 51 </ul>
52 52
53<h2>Step 4: Set the PATH variable</h2>
54<p>
55 Now you edit your .bash_profile and add the following last:
56
57<p>
58 <pre>PATH=${PATH}:/opt/sh1/bin</pre>
59
60<p>
61 Done. Happy hacking!
62
63<p>
64 <i>Linus</i>
53 65
54#include "foot.t" 66#include "foot.t"