Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 361 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 361 Bytes

JavaMPSEEval

Abhängigkeiten für das Ausführen von Storm_Client:

  • libprotobuf8
  • librrds-perl
  • rrdtool

(sudo apt-get install libprotobuf8 librrds-perl rrdtool)

Zum Bauen von Storm_Client:

  • g++
  • cmake
  • protobuf-c-compiler
  • libprotobuf-dev

(sudo apt-get install g++ cmake protobuf-c-compiler libprotobuf-dev)

Abhängigkeiten für STORM_CC:

  • JDK 8