Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. clone opensim repository
- git clone git://opensimulator.org/git/opensim opensimulator-repository
- 2. create a branch to work in
- git branch modinvokeexperiments
- 3. checkout the working branch
- git checkout modinvokeexperiments
- 4. add module code tree to addon-modules path (remove it from .gitignore)
- vi ~/opensimulator-repo/.gitignore
- /addon-modules <= vi 'search' for addon-modules line
- dd <= vi delete line
- ZZ <= vi save and exit
- 5. create repository archive. in the repository root:
- git archive HEAD --format=zip >opensim-modinvokeexperiments.zip
- 6. extract archive to staging foder (I just open it with the file manager, copy it, and paste it to the staging folder)
- 7. create module prebuild and module code
- 8. attempt to build. Subsequent work occurs in the staging/testing folder until otherwise noted
- 9. troubleshoot and debug the prebuild - Thanks SignPostMarv
- 10. troubleshoot and debug the assembly references in the primary module source - also Thanks SignPostMarv
- 11. prebuild and compile
- 12. repeat 6-9 as needed
- 13. update the module code in the repository
Advertisement
Add Comment
Please, Sign In to add comment