-
Notifications
You must be signed in to change notification settings - Fork 14
Installing OpenXY
Brian Jackson edited this page Mar 21, 2017
·
9 revisions
This approach will require the user to set up a GibHub account and install Git (or GitHub) on their computer. This approach is recommended so that the user will get automatically notified when new changes have been made, and makes receiving these changes extremely easy. For anyone interested in becoming a co-developer on the project, this approach is required.
- Set up a GitHub Account (GitHub Login)
- Download and Install GitHub GUI (recommended) (GitHub for Windows, GitHub for Mac) or Git command-line language (Git for Windows, Git for Mac)
- Sign into GitHub or set up user info in Git (Git Initial Setup Guide)
- Navigate to OpenXY on GitHub (link to OpenXY)
- Select "Clone in Desktop" button if using GitHub GUI, or enter
git clone https://github.com/BYU-MicrostructureOfMaterials/OpenXY.git
into command line. - OpenXY includes the quaternion repository as a submodule. To include the quaternion repository open a command terminal and run the following commands in the root directory:
git submodule init
git submodule update
Or run the clone command in step 5 with the recursive option:
git clone -recursive https://github.com/BYU-MicrostructureOfMaterials/OpenXY.git
To request write-permission:
- Star OpenXY on GitHub.com
- Send an email request to byuopenxy@gmail.com (include your GitHub ID)
- Navigate to OpenXY on GitHub (link to OpenXY)
- Select "Download ZIP" button. Extract folder contents onto computer.
- Download the quaternion package (found here) and extract into the /OpenXY/Code/quaternions folder.
- Open MainGUI.m in Matlab and change the Matlab working directory to point to the \Code folder (prompt will appear when the code is run) For system requirements click here.