|
The YAMI4 central services - name server, message broker and queue server - are implemented in C++ and depend on the Boost library, which has to be installed in the system.
The following commands can be used to compile the YAMI4 name server:
$ cd src/services/names $ make
On a Windows system the following should be executed in the VC++ terminal window instead:
> cd src\services\names > nmake /F Makefile.VS
Note that the src\Makefile.VS.common
file contains some variables that might need to be modified for the local system:
BOOST_HOME
- set it to the main directory of the Boost library installationBOOST_LIB_SUFFIX
- set it to the suffix that is used for each Boost library file nameThe message broker and queue servers can be compiled in a similar way from their respective source directories.