-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build GUI including RCNL modules for local testing/packaging #46
Comments
Do we currently have any documentation for how I can build a jar file from my machine? |
@RobSalati The instructions on the readme file of this repo assume you have netbeans installed then follow the instructions under "Rice RCNL Plugin installation into generic OpenSim distribtion" if that is not clear let me know and I can elaborate more or feel free to update the readme as you see fit in a PR and I'll review |
@RobSalati Can you comment if you can build the GUI, cpp plugins based on the readme file of this repo? Also a related question is which opensim-core codebase to build against? I have a local branch that builds both the cpp side and GUI against the latest opensim-core main,I had to build the cpp side against opensim-core master as well. |
We are likely going to release the GUI with opensim 4.6, so building against that version for now is good. |
Do we have a timeline for when Opensim 4.6 will be released? |
@RobSalati you need to do submodules update. On windows with tortoisegit the dialog looks like this The error message maybe made more verbose as described here Hope this helps |
Steps to reproduce
As of now the code base is in this github repo but a relaese/jar-update is needed to communicate feedback and bug fixes, we'd be better served by having a documented workflow that enables building/testing the GUI at Rice. Maybe open a PR with changes to readme.md and use it to document the steps.
The text was updated successfully, but these errors were encountered: