Go to http://star.mit.edu/orf
It is available as JNLP and executable download
- Go to github and fork repository to your own name starteam/starorf_java
- Use terminal to go to your eclipse workspace and run:
git clone [email protected]:iceraj/starorf_java.git
- Go to github and form repository to your own name starteam/star_signalsystem_java
- Use terminal and in your eclipse worksapace run:
git clone [email protected]:iceraj/star_signalsystem_java.git
- Go to eclipse and run:
- File -> Import
- choose Existing Projects into Workspace
- choose ‘Select root directory’ and point to the workspace
- choose ‘star_signalsystem_java’ and ‘starorf_java’
Your workspace will build correctly and at this point you can run starorf. Highlight starorf_java project and select ‘Debug -> as Java Application’.
Create pull request in git to submit patches or improvements.
git remote -v
git remote add upstream [email protected]:starteam/starorf_java.git
git git fetch upstream
git fetch upstream
git branch -va
git checkout master
git merge upstream/master
git push