
 COMPILING THE SOURCES (Info)

   First of all, create a new drawer "app/utils/shellargutil" (maybe you'll
 have to create "app/utils" first, and then "shellargutil"!):

     mkdir app/util/shellargutil

   Then, compile the ShellArg tools:

     vpcc ParseShellArgs.c -o app/util/shellargutil/parseshellargs -T
     vpcc FreeShellArgs.c -o app/util/shellargutil/freeshellargs -T
     vpcc FindShellArg.c -o app/util/shellargutil/findshellarg -T
     vpcc NextShellArg.c -o app/util/shellargutil/nextshellarg -T

   When done, you should be able to compile the source of this application:

     vpcc DirSizeNG.c -o app/stdio/dirsizeng

   If you have problems with the compilation process anyway, or maybe you
 can't find the needed sourcecodes (shit can happen, y'know ;-), then feel
 free to mail me:

   stargate-software@gmx.de

 Sincerely,
 Marco Miljak
