Previous: Portability
Up: No Title
Next: About this document ...
Previous Page: Portability
Next Page: About this document ...
DSPACK distribution set is kept in /users/zybert/dspack/dspack.tar.Z on hpna49-1.cern.ch.
It should be copied to a directory which is to be DSPACK home directory.
Installation steps:
- 1)
- - setenv DSPACK_HOME to where the DSPACK should be
- 2)
- - cd $DSPACK_HOME
- 3)
- - uncompress dspack.tar.Z
- 4)
- - tar xvf dspack.tar
- 5)
- - edit src/local.mk to conform to local settings (there are hp.mk and sun.mk files there as examples)
- 6)
- - make install
This should compile DSPACK and examples make a simple server dsserver which is used by all examples. The server should be run in background and once it is running you can try the examples.
make install also makes a directory /tmp/dspack/fifo which is used for interprocess communication.