Installation
| Distribution | Method |
|---|---|
| apt-get install diet-agent libdiet-admin2.8-dev libdiet-client2.8-dev libdiet-sed2.8-dev | |
| |
yum install diet diet-devel |
| apt-get install diet-agent libdiet-admin2.8-dev libdiet-client2.8-dev libdiet-sed2.8-dev | |
| Download sources |
Compilation from sources
Dependencies:
| Software | Website |
|---|---|
| www.cmake.org | |
| www.boost.org | |
| omniorb.sourceforge.net |
You can install these dependencies also through the available packages
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
