Page 1 of 1

Opensim source code

Posted: Tue Apr 09, 2019 4:51 pm
by rodmateus
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

Re: Opensim source code

Posted: Wed Apr 10, 2019 3:23 am
by mitkof6
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.