illus_quickstartThis page is a quick start guide for the DIET middleware

Installation

Distribution Method
debian-logo Debian apt-get install diet-agent libdiet-admin2.8-dev libdiet-client2.8-dev libdiet-sed2.8-dev
 logo_fedoraFedora yum install diet diet-devel
logo_ubuntu  Ubuntu apt-get install diet-agent libdiet-admin2.8-dev libdiet-client2.8-dev libdiet-sed2.8-dev
logo_dietdownload other Download sources

 Compilation from sources

 Dependencies:

Software Website
Cmake  cmake www.cmake.org
Boost  Boost www.boost.org
omniORBlogo  OmniORB omniorb.sourceforge.net

You can install these dependencies also through the available packages

Distribution Method
debian-logo Debian apt-get install cmake boost omniorb libomniorb4-dev omniorb-idl
logo_fedora Fedora yum install cmake boost omniORB omniORB-devel
logo_ubuntu Ubuntu apt-get install cmake boost omniorb libomniorb4-dev omniorb-idl

Compilation:Get the DIET sources archive here. Uncompress the file somewhere.

tar xzf diet-x.x.x.tar.gz

Just go in the diet root directory, create a build directory

mkdir build

then type

cd build; cmake -D... && make; sudo make install