thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 1:17 pm Post subject: Setup the directory structure |
|
|
First of all, put in place the directory structure for the SDK. Make a directory called SDK somewhere on your hard disk, even on a new partition if you want. Put the following folders, you can copy and paste the next section to make a shell script to do it for you if you like:
*in progress*
Copy the following lines into a new shell script in SDK/S/ called sdk-startup
*in progress*
Make sure there is an assign of SDK: to this directory in your User-Startup by adding the following lines, edited to suit your setup, to your S:User-Startup file
Assign SDK: Work:SDK ;assign SDK: to wherever you made your SDK directory
Execute SDK:S/sdk-startup |
|