home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-src.lha / src / src_setup.doc < prev   
Encoding:
Text File  |  1993-06-09  |  773 b   |  33 lines

  1.  
  2. To build uucp from the sources:
  3.  
  4. 1) Make sure the directory uucp:src/dlib exists.  uucp.lib will be
  5.    built into this directory.
  6.  
  7. 2) If building with DICE, place odu.lib into uucp:src/dlib
  8.  
  9. 3) Create an assignment for dtmp:.  This is the root of a directory tree
  10.    which will hold uucp objects.
  11.  
  12. 4) create dtmp:uucp
  13.  
  14. 5) create dtmp:uucp/lib
  15.  
  16. 6) The DMakefiles in the uucp distribution use DICE.  If you wish to
  17.    use SASC, run the adj utility in each directory with a dmakfile.
  18.    Adj will adjust the compiler name and compiler options appropriately.
  19.    For example:
  20.  
  21.    cd uucp:src/lib
  22.    adj -dice
  23.    cd uucp:src/unix
  24.    adj -dice
  25.  
  26. 7) Build uucp.lib first.
  27.  
  28.         cd uucp:src/lib
  29.         dmake
  30.  
  31. 8) You may run dmake in the other directories in any order you wish.
  32.  
  33.