filox / StormCpp

A small C++ wrapper for Storm
31 stars 9 forks source link

Compilation Question #7

Open LucasWiman113 opened 8 years ago

LucasWiman113 commented 8 years ago

Hi. I just want to make sure that I am doing things correctly. For the provided SplitSentenceTest example code, are things supposed to be compiled like this? All three .cpp files together for one executable which you then can run when doing the storm jar call? Here below is how I compile

g++ -o split_sentence SplitSentenceTest.cpp Storm.cpp jsoncpp.cpp

Sorry I am somewhat new to c++ but I hope I was clear enough.