home *** CD-ROM | disk | FTP | other *** search
-
- To build uucp from the sources:
-
- 1) Make sure the directory uucp:src/dlib exists. uucp.lib will be
- built into this directory.
-
- 2) If building with DICE, place odu.lib into uucp:src/dlib
-
- 3) Create an assignment for dtmp:. This is the root of a directory tree
- which will hold uucp objects.
-
- 4) create dtmp:uucp
-
- 5) create dtmp:uucp/lib
-
- 6) The DMakefiles in the uucp distribution use DICE. If you wish to
- use SASC, run the adj utility in each directory with a dmakfile.
- Adj will adjust the compiler name and compiler options appropriately.
- For example:
-
- cd uucp:src/lib
- adj -dice
- cd uucp:src/unix
- adj -dice
-
- 7) Build uucp.lib first.
-
- cd uucp:src/lib
- dmake
-
- 8) You may run dmake in the other directories in any order you wish.
-
-