User guide
2: Software Installation
DC 900-1333P 49
2. From your
op-sys directory, create the bin and lib directories if they don’t already
exist.
cd op-sys
mkdir bin
mkdir lib
Step 2: Run the make file
From the
freeway/lib directory, enter one of the following commands depending on the
system you are using. The newly created files will be placed in the proper
freeway/cli-
ent/op-sys/bin
or freeway/client/op-sys/lib directory.
cd /usr/local/freeway/lib
make -f Makefile.DEC all
(for a DEC UNIX system)
make -f Makefile.HPUX all (for an HP/UX system)
make -f Makefile.SGI all (for an SGI system)
make -f Makefile.SOL all (for a Solaris system)
make -f Makefile.SUN all (for a SunOS system)
2.2.5 Build the CS API Library File
If you are using the X.25 protocol, you must build the CS API library file needed by the
Freeway software. A make file is included that performs this operation.
From the
freeway/lib/cs_api directory, enter one of the following commands depending
on the system you are using. The newly created file will be placed in the
freeway/cli-
ent/op-sys/lib
directory.
cd /usr/local/freeway/lib/cs_api
make -f makefile.dec all
(for a DEC UNIX system)
make -f makefile.hpux all (for an HP/UX system)
make -f makefile.sgi all (for an SGI system)
make -f makefile.sol all (for a Solaris system)
make -f makefile.sun all (for a SunOS system)
Scrunched
step 2 and cd
op-sys lines
above to get
bottom list on
this page.