Installation
Distribution | Method |
---|---|
Debian | apt-get install diet-agent libdiet-admin2.8-dev libdiet-client2.8-dev libdiet-sed2.8-dev |
Fedora | yum install diet diet-devel |
Ubuntu | apt-get install diet-agent libdiet-admin2.8-dev libdiet-client2.8-dev libdiet-sed2.8-dev |
other | Download sources |
Compilation from sources
Dependencies:
Software | Website |
---|---|
cmake | www.cmake.org |
Boost | www.boost.org |
OmniORB | 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