Casper is the application designed to ...
Email: misko_elias@yahoo.com
Casper uses Third party tools/libraries
- JSON parser [1] to create a parser
- Logger [2] to create a logger file
- Newmat library [3], [4] for matrix calculations
sudo apt-get install libnewmat10-dev or see [4]
- GnuPlot [5] to create a plots
sudo apt-get install gnuplot
- cd Development
- cmake ../CMakeLists.txt (*)
- cd ..
- make
- ./Build/Casper
The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:XXX (project):
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full
path
to the compiler, or to the compiler name if it is in the PATH.
Configuring incomplete, errors occurred!
sudo apt-get update
sudo apt-get install -y build-essential
- https://nlohmann.github.io/json/
- https://github.com/fjanisze/logger
- http://www.robertnz.net/nm_intro.htm
- https://people.mech.kuleuven.be/~tdelaet/bfl_doc/installation_guide/node6.html
- http://www.gnuplot.info/
- https://stackoverflow.com/questions/31421327/cmake-cxx-compiler-broken-while-compiling-with-cmake