Slow Control
The shared tar file.
It contains all shared files like source code, header files,
and JAVA class files for UNIX and VxWorks
platforms.
Do NOT USE this tar file, if you want to create the Windows NT setup!
shared: All shared code files.
The specific tar file for your platform.
It contains the compiled code (binaries and libraries)
and system dependent headers.
The following platform tars are available:
alpha-dec-osf3.2: DIGITAL UNIX 3.2, Alpha machines
alpha-dec-osf4.0: DIGITAL UNIX 4.0, Alpha machines
i386-unknown-cygwin32: WinNT 4.0, Intel X86 PCs.
It contains all needed code, besides the cvssrc
subtree.
sparc-sun-solaris2.5: Solaris 2.5, Sparc machines
powerpc-wrs-vxworks: VxWorks 5.3, PowerPC604 machines
Download all needed tar files and create a root directory,
where you can install them.
(Something like /cleo3/groups/SlowControl)
Unzip/untar the files, which will create a subtree starting
with dlib.
Set your application code Makefile so it
uses /cleo3/groups/SlowControl/dlib/include
and /cleo3/groups/SlowControl/dlib/include/[platform]
to find header files,
and /cleo3/groups/SlowControl/dlib/lib/[platform]
to link the libraries from.
There will be an example program and Makefile structure available, soon...
Slow Control