HAMcast developers

Changes between Version 5 and Version 6 of documentation/howto/cmake


Ignore:
Timestamp:
02/09/12 09:33:16 (12 years ago)
Author:
Sebastian Meiling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/howto/cmake

    v5 v6  
    1010
    1111To build and run HAMcast certain tools and libraries must be available.
     12
     13 * General dependencies:
     14
     15    * C/C++ Compiler (gcc, g++)
     16    * C/C++ standard Libraries
     17    * cmake tool chain (v2.6 or higher)
     18    * make
     19    * Boost Libraries (v1.42 or higher)
     20
     21 * IP module dependencies:
     22
     23    * PCAP Library (optional, for service discovery)
     24
     25 * Scribe module dependencies:
     26
     27    * OpenSSL Library
     28
     29 * Monitoring Framework dependencies:
     30
     31    * QT Tools and Libraries (optional, for viewer only)
     32    * iGraph Library (optional, for viewer only
    1233
    1334----