On Thu, Sep 18, 2014 at 9:55 PM, Shakthi Kannan <[email protected]> wrote:
> Hi, > > --- On Thu, Sep 18, 2014 at 9:51 PM, YOGESHWAR DAN CHARAN > <[email protected]> wrote: > | Downloaded code and build it using CMake. > \-- > > Kindly list the steps you followed. Also, let me know if you are able > to run the simulator.rb script file. > > SK > > -- > Shakthi Kannan > http://www.shakthimaan.com > _______________________________________________ > Users mailing list > [email protected] > http://lists.dgplug.org/listinfo.cgi/users-dgplug.org > >Kindly list the steps you followed >>Well following are steps: 1)git clone https://github.com/mtconnect/cppagent 2)cd cppagent 3)mkdir build 4)cmake .. #this points cmake to the CMakeLists.txt in project directory which here is cppagent #Error: libxml2 not found 5)installed libxml2 with help of http://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html 6)cmake .. #Error :cppunit not found 7)installed cppunit 8)cmake .. 9)build was ready >let me know if you are able to run the simulator.rb script file. >>I don't know whether it's running properly or not but it's showing something like this: http://fpaste.org/134638/05861714/ _______________________________________________ Users mailing list [email protected] http://lists.dgplug.org/listinfo.cgi/users-dgplug.org
