oPiZiL / CoppeliaSimLib

CoppeliaSim core library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building V-REP

Instructions:

  • Clone this repository into an empty folder, e.g. myBuild
  • Clone the include, common and v_repMath repositories into myBuild/programming

Make sure that following dependencies are present/installed:

Compile Lua5.1 (e.g. via make) and QScintilla2 (via qmake or with Qt Creator). Then adjust the content of myBuild/v_rep/config.pri

Then, in order to have V-REP's dynamics and mesh calculation functionality available, you will need to clone and compile following 2 plugins/libraries into folder myBuild:

Finally, make sure to also compile/use the various V-REP plugins that your projects might need. Those can be found here

About

CoppeliaSim core library

License:Other


Languages

Language:C++ 91.6%Language:C 7.6%Language:QMake 0.5%Language:CMake 0.3%