Opensim source code

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Rodrigo Mateus
Posts: 55
Joined: Thu Feb 22, 2018 3:07 am

Opensim source code

Post by Rodrigo Mateus » Tue Apr 09, 2019 4:51 pm

Hi there!

I have a question, which may be rather strange, but are the C++ libraries available when one installs Opensim 4.0 always the same as the libraries available in "https://github.com/opensim-org/opensim-core"?

If not, how can I change the source code to make sure it is always up to date, or even if I want to add something myself?

Best regards,

Rodrigo Mateus

Tags:

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: Opensim source code

Post by Dimitar Stanev » Wed Apr 10, 2019 3:23 am

You can have a separate folder where you can fetch the latest updates and rebuild the libraries. Then in your code you will choose to link with the newest version. You can follow the readme in order to build and setup the opensim-core libraries. I would suggest that you stick with the stable release as much as possible.

POST REPLY