|
SETestKCL
1.0.
|
This software can be used to count the number of "yes" and "no" recorded during a conversation.
Type 'negotiation' in a command prompt
This software can be used to count the number of "yes" and "no" recorded during a negotiation.
It is based on Qt for the gui part, and Boost for the binomial distribution calculation
See the full Doxygen documentation in this link.
There are 3 pieces of software that are required for the correct installation of this software:
Once these packages have been downloaded and installed, you can download the source code of SETestKCL software and start cmake configuration: git clone https://github.com/ntoussaint/SETestKCL.git cd SETestKCL; mkdir build; ccmake ..
Press 'c' for configuration. Simply configure the cmake to your convenience (be careful that the Boost_INCLUDE_DIR points to the correct directory). Press 'g' to generate makefiles. After compilation, the binary (or bundle) should be created under the 'bin' directory of the build tree. Alternatively you can 'make install' the software for more global access. Launch the application using the following commands:
For Linux: . bin/negotiation
For Mac: open -a negotiation ./bin/negotiation.app
For Windows: cmd ./bin/negotiation.exe
1.8.5