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
Opensim source code
- Rodrigo Mateus
- Posts: 55
- Joined: Thu Feb 22, 2018 3:07 am
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: Opensim source code
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.